From 52e3daf0d3255262b2e84dfef72e5292c72a2fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 4 Dec 2025 18:53:27 +0100 Subject: [PATCH] device-qemu-aarch64: 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/main/device-qemu-aarch64/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/main/device-qemu-aarch64/APKBUILD b/device/main/device-qemu-aarch64/APKBUILD index 2d977d5f7..d56b3ed84 100644 --- a/device/main/device-qemu-aarch64/APKBUILD +++ b/device/main/device-qemu-aarch64/APKBUILD @@ -3,7 +3,7 @@ # Co-Maintainer: Oliver Smith pkgname=device-qemu-aarch64 pkgver=13 -pkgrel=0 +pkgrel=1 pkgdesc="Simulated device in QEMU (aarch64)" url="https://postmarketos.org" arch="aarch64" @@ -76,7 +76,7 @@ kernel_stable() { pmtest() { install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci" - depends="unl0kr" + depends="postmarketos-test-unl0kr" mkdir -p "$subpkgdir" }