From 13c26558de41b746d28311231c897e03d378f6b6 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 25 Jul 2024 22:44:20 +0200 Subject: [PATCH] main/postmarketos-ui-framebufferphone: fix openrc subpkg (MR 5386) Don't depend on fbp-openrc, as this package does not exist. Fixes: 250b96f ("main/postmarketos-ui-framebufferphone: add -openrc subpackage (MR 5374)") [ci:skip-build] already built successfully in CI --- main/postmarketos-ui-framebufferphone/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/postmarketos-ui-framebufferphone/APKBUILD b/main/postmarketos-ui-framebufferphone/APKBUILD index 4cc19ab75..c53c671ca 100644 --- a/main/postmarketos-ui-framebufferphone/APKBUILD +++ b/main/postmarketos-ui-framebufferphone/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Miles Alan pkgname=postmarketos-ui-framebufferphone pkgver=1 -pkgrel=2 +pkgrel=3 pkgdesc="Minimalist framebuffer menu/keyboard UI accessible via touch/volume keys & compatible scripts" url="http://sr.ht/~hamblingreen/framebufferphone" arch="aarch64 x86_64" # Limited by fbp / zig in alpine support @@ -36,7 +36,6 @@ package() { openrc() { install_if="$pkgname=$pkgver-r$pkgrel openrc" install="$subpkgname.post-install $subpkgname.pre-deinstall $subpkgname.post-upgrade" - depends="fbp-openrc" mkdir -p "$subpkgdir" }