From d6db12f1f4642e50ec087d989545909e697dc2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 4 Dec 2025 18:50:16 +0100 Subject: [PATCH] device-oneplus-enchilada: use postmarketos-test-unl0kr for pmtest This is device-agnostic, and allows to not depend on a package that might end up in alpine in the future Part-of: --- device/community/device-oneplus-enchilada/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/community/device-oneplus-enchilada/APKBUILD b/device/community/device-oneplus-enchilada/APKBUILD index 17074faae..eb651a4ab 100644 --- a/device/community/device-oneplus-enchilada/APKBUILD +++ b/device/community/device-oneplus-enchilada/APKBUILD @@ -4,7 +4,7 @@ pkgname=device-oneplus-enchilada pkgdesc="OnePlus 6" pkgver=18 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -64,7 +64,7 @@ openrc() { } pmtest() { - depends="bootrr qrtr firmware-oneplus-sdm845 unl0kr" + depends="bootrr qrtr firmware-oneplus-sdm845 postmarketos-test-unl0kr" install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci" install="$subpkgdir/$subpkgname.post-install"