summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Booker2023-05-14 20:59:11 +1200
committerThomas Booker2023-05-14 20:59:11 +1200
commit010a9c8ba0062a01c90b3aa97881a22ad582b99b (patch)
treef89609bb542231245073bb048844826dec09bbdd
parentb5b7848a90601564f6dcea2d1f6abbe351c4246b (diff)
downloadaur-010a9c8ba0062a01c90b3aa97881a22ad582b99b.tar.gz
Update to 0.27.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2ca38c12359..d240b858177e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.24.0
+ pkgver = 0.27.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = phosh
depends = polkit
depends = libadwaita
depends = evince
- source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=81ec8c86
+ source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=v0.27.0
source = pam_phosh
sha256sums = SKIP
sha256sums = b7793f80c533e84ad8adfe8bb46c69f107575e724aa9b53b41f370baa37e4fd5
diff --git a/PKGBUILD b/PKGBUILD
index 97ba024ce70c..7111f55d6efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.24.0
+pkgver=0.27.0
pkgrel=1
pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
arch=(x86_64 aarch64 armv7h)
@@ -33,9 +33,8 @@ makedepends=(
git
wayland-protocols
)
-_tag=81ec8c86 # git rev-parse v${pkgver}
source=(
- "git+${url}.git#tag=${_tag}"
+ "git+${url}.git#tag=v${pkgver}"
"pam_phosh"
)
sha256sums=(
@@ -56,7 +55,7 @@ prepare() {
build() {
# If we don't set `libexecdir` then meson will try and place the phosh bin in /lib/phosh and collide with the dir so we put it in /lib/phosh/phosh
- arch-meson --libexecdir="/usr/lib/phosh" -D tests=true -D phoc_tests=disabled -D man=true -D gtk_doc=false -D callui-i18n=true -D lockscreen-plugins=true -D systemd=true phosh _build
+ arch-meson --libexecdir="/usr/lib/phosh" -D tests=true -D phoc_tests=disabled -D man=true -D gtk_doc=false -D callui-i18n=true -D lockscreen-plugins=true -D systemd=true -D man=true phosh _build
meson compile -C _build
}