summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aed896116fc..c42545b7d6e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh-git
-pkgver=0.0.2.r23.g3326b70
+pkgver=0.0.2.r54.gcdcb873
pkgrel=1
pkgdesc="A pure Wayland shell prototype for GNOME on mobile devices"
url="https://source.puri.sm/Librem5/phosh"
@@ -10,6 +10,7 @@ arch=(i686 x86_64 armv6h armv7h)
depends=(gcr
gnome-desktop
libhandy
+ libpulse
upower
wlroots)
makedepends=(ctags
@@ -38,4 +39,4 @@ check() {
package() {
DESTDIR="${pkgdir}" ninja -C build install
-} \ No newline at end of file
+}