summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Booker2022-09-01 23:22:35 +1200
committerThomas Booker2022-09-01 23:22:35 +1200
commit2523ce33abdd97d49f3fdb7e7fd96d6578f25ea1 (patch)
treea1c2dddd5196574cb6efa3ef77c385a6c65e26f9
parentb3496c5e6ec73be860e642dc55fa56e4bea0f42f (diff)
downloadaur-2523ce33abdd97d49f3fdb7e7fd96d6578f25ea1.tar.gz
Update to 0.21.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcfcf27072f0..b6652e9a77bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.20.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
@@ -17,7 +17,10 @@ pkgbase = phosh
depends = libhandy
depends = phoc
depends = polkit
- source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=412c1a2255d31c8f7a648375f727da43c650ec28
+ depends = evolution-data-server
+ depends = upower
+ depends = libnm
+ source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=4122630266abfd6623e169330da6e7d6bc01be7f
sha256sums = SKIP
pkgname = phosh
diff --git a/PKGBUILD b/PKGBUILD
index 4dae3882b4c5..ef93eedd7266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
arch=(x86_64 aarch64 armv7h)
@@ -14,6 +14,9 @@ depends=(
libhandy
phoc
polkit
+ evolution-data-server
+ upower
+ libnm
)
makedepends=(
ctags
@@ -22,13 +25,13 @@ makedepends=(
vala
wayland-protocols
)
-_tag=412c1a2255d31c8f7a648375f727da43c650ec28 # git rev-parse v${pkgver}
+_tag=4122630266abfd6623e169330da6e7d6bc01be7f # git rev-parse v${pkgver}
source=("git+${url}.git#tag=${_tag}")
sha256sums=('SKIP')
pkgver() {
- cd phosh
- git describe --tags | sed 's/^v//'
+ cd phosh
+ git describe --tags | sed 's/^v//'
}
prepare() {