summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-01-13 13:11:09 +0100
committerPhilip Goto2020-01-13 13:11:09 +0100
commit698b36764cce7a44da4324dfd974d3d8ef98c491 (patch)
tree39d2359a9dc16102d8f60e4a8c03f18f70d94e86
parentb3a741367eb8b404e9d3ca46a10e47f3e2cbf10c (diff)
downloadaur-698b36764cce7a44da4324dfd974d3d8ef98c491.tar.gz
Update depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bacb9c2560a7..03c9f726911e 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.1.6.r2.g717d8b0
+ pkgver = 0.1.7.r0.g20ea13b
pkgrel = 1
url = https://source.puri.sm/Librem5/phosh
arch = i686
@@ -10,16 +10,15 @@ pkgbase = phosh-git
license = GPL3
makedepends = ctags
makedepends = git
- makedepends = libhandy
makedepends = meson
makedepends = vala
depends = gcr
- depends = gnome-desktop
depends = libhandy
depends = libnm
depends = libsecret
+ depends = phoc
depends = upower
- depends = wlroots
+ depends = virtboard
provides = phosh
conflicts = phosh
source = git+https://source.puri.sm/Librem5/phosh.git
diff --git a/PKGBUILD b/PKGBUILD
index 6c065c147451..de58e2e0e3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh-git
-pkgver=0.1.6.r2.g717d8b0
+pkgver=0.1.7.r0.g20ea13b
pkgrel=1
pkgdesc="A pure Wayland shell prototype for GNOME on mobile devices"
url="https://source.puri.sm/Librem5/phosh"
license=("GPL3")
arch=(i686 x86_64 armv6h armv7h)
depends=(gcr
- gnome-desktop
libhandy
libnm
libsecret
+ phoc
upower
- wlroots)
+ virtboard)
makedepends=(ctags
git
- libhandy
meson
vala)
provides=(phosh)
@@ -44,9 +43,9 @@ build() {
ninja -C build
}
-check() {
- ninja -C build test
-}
+# check() {
+# ninja -C build test
+# }
package() {
DESTDIR="${pkgdir}" ninja -C build install