From 7df5d62494307b2fe9f775ac4f2525c2fc05fd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 4 Dec 2025 18:51:07 +0100 Subject: [PATCH] device-oneplus-fajita: use postmarketos-test-unl0kr for pmtest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is device-agnostic, and allows to not depend on a package that might end up in alpine in the future Signed-off-by: Pablo Correa Gómez Part-of: --- device/community/device-oneplus-fajita/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/community/device-oneplus-fajita/APKBUILD b/device/community/device-oneplus-fajita/APKBUILD index 49b8ba523..0c13c2f65 100644 --- a/device/community/device-oneplus-fajita/APKBUILD +++ b/device/community/device-oneplus-fajita/APKBUILD @@ -4,7 +4,7 @@ pkgname=device-oneplus-fajita pkgdesc="OnePlus 6T" pkgver=18 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -69,7 +69,7 @@ nonfree_firmware_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"