summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-03-29 18:57:23 +0100
committerPhilip Goto2019-03-29 18:57:23 +0100
commitc9d1d3385aa9a0ac95aed7538e935e6ce39be0ac (patch)
tree656632bf351cc4def064ed664e710b366c0ff993
parenta2784f0e788e47368d38b6ed6ac1368434440bc2 (diff)
downloadaur-c9d1d3385aa9a0ac95aed7538e935e6ce39be0ac.tar.gz
Add libpulse depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8dca8d16659..ea3d786e4714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh-git
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.0.2.r23.g3326b70
+ pkgver = 0.0.2.r54.gcdcb873
pkgrel = 1
url = https://source.puri.sm/Librem5/phosh
arch = i686
@@ -16,6 +16,7 @@ pkgbase = phosh-git
depends = gcr
depends = gnome-desktop
depends = libhandy
+ depends = libpulse
depends = upower
depends = wlroots
provides = phosh
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
+}