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
This commit is contained in:
Clayton Craft 2024-07-11 22:49:05 -07:00 committed by jane400
parent c4c6a222c4
commit e30db78d84
No known key found for this signature in database
GPG key ID: 9901C7B82A702241

View file

@ -2,7 +2,7 @@
# Maintainer: Newbyte <newbyte@postmarketos.org>
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"
}