From e30db78d84895db6a3b45be4e10fdf1516b945b1 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 11 Jul 2024 22:49:05 -0700 Subject: [PATCH] main/postmarketos-ui-phosh: don't depend on phosh-service (MR 5342) The package name is wrong now (!5315), and the service stuff is automatically installed by systemd-service [ci:skip-build]: already built successfully in CI --- main/postmarketos-ui-phosh/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/postmarketos-ui-phosh/APKBUILD b/main/postmarketos-ui-phosh/APKBUILD index bbb471255..75f8db675 100644 --- a/main/postmarketos-ui-phosh/APKBUILD +++ b/main/postmarketos-ui-phosh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Newbyte pkgname=postmarketos-ui-phosh pkgver=22.3 -pkgrel=7 +pkgrel=8 pkgdesc="(Wayland) Mobile UI initially developed for the Librem 5" url="https://phosh.mobi" arch="noarch !armhf" @@ -67,7 +67,6 @@ systemd() { install="$subpkgname.post-install" depends=" libcap-utils - phosh-service " mkdir "$subpkgdir" }