summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-10-13 12:45:58 +0200
committerPhilip Goto2020-10-13 12:45:58 +0200
commit1fd06150c78e8358107b7f6d8e3514609662cc98 (patch)
tree2724d852d4b28b7a4f3db2d500c2cdbcc963a139
parent0b17fb2e0ef37a00a1da29950e2ec2af34f3b5b3 (diff)
downloadaur-1fd06150c78e8358107b7f6d8e3514609662cc98.tar.gz
Update to 0.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef693c39d177..e816f8a539e1 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.4
+ pkgver = 0.4.5
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>=1
+ depends = libhandy
depends = phoc
- source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.4.4
+ source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.4.5
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e89cfac4738b..0cd989b2ccdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.4.4
+pkgver=0.4.5
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>=1'
+ 'libhandy'
'phoc')
makedepends=('ctags'
'git'
@@ -29,7 +29,7 @@ prepare() {
build() {
arch-meson phosh build # -Dtests=false
- ninja -C build
+ meson compile -C build
}
# check() {