summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-07-01 20:35:40 +0200
committerPhilip Goto2020-07-01 20:35:40 +0200
commit5db936e2de051be7079280312f3a23d43dc741fd (patch)
tree5c60381d1f0ad1ddb8e6e4dc697ce2d58995d93c
parentd791ecc111173fb65a45df2e4fc1c37919980f8e (diff)
downloadaur-5db936e2de051be7079280312f3a23d43dc741fd.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e40693ded63f..d21970237ef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://source.puri.sm/Librem5/phosh
arch = i686
@@ -15,7 +15,7 @@ pkgbase = phosh
depends = feedbackd
depends = libhandy
depends = phoc
- source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.3.1
+ source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.4.0
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 46cf9e106b04..231fa239f8bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="A pure Wayland shell prototype for GNOME on mobile devices"
url="https://source.puri.sm/Librem5/phosh"
@@ -28,7 +28,7 @@ prepare() {
}
build() {
- arch-meson phosh build -Dtests=false
+ arch-meson phosh build # -Dtests=false
ninja -C build
}