summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-09-21 21:55:56 +0200
committerPhilip Goto2020-09-21 21:55:56 +0200
commit0b17fb2e0ef37a00a1da29950e2ec2af34f3b5b3 (patch)
treee682cd72063001e4a5517a5824c3ea93fd0de94c
parent4a62267f3034256ad952cab195fa90a5ea7ce223 (diff)
downloadaur-0b17fb2e0ef37a00a1da29950e2ec2af34f3b5b3.tar.gz
Update to 0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4cba15b130b..ef693c39d177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.4.3
+ pkgver = 0.4.4
pkgrel = 1
url = https://source.puri.sm/Librem5/phosh
arch = i686
@@ -13,9 +13,9 @@ pkgbase = phosh
makedepends = meson
makedepends = vala
depends = feedbackd
- depends = libhandy
+ depends = libhandy>=1
depends = phoc
- source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.4.3
+ source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.4.4
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e99512216df8..e89cfac4738b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.4.3
+pkgver=0.4.4
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 armv7h aarch64)
depends=('feedbackd'
- 'libhandy'
+ 'libhandy>=1'
'phoc')
makedepends=('ctags'
'git'