summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-06-02 16:40:11 +0200
committerPhilip Goto2022-06-02 16:40:11 +0200
commit129350adcba055e78ebbd56444c10c91e787e444 (patch)
tree2c501ef4345e157eba979942f677be40718534e2
parent7b67c5be36723359b68f808e2323ab52419d2315 (diff)
downloadaur-129350adcba055e78ebbd56444c10c91e787e444.tar.gz
Update to 0.20.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fa50caeee4e..c7cd088c73df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phoc
pkgdesc = Wlroots based Phone compositor
- pkgver = 0.13.1
+ pkgver = 0.20.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phoc
arch = x86_64
@@ -12,9 +12,8 @@ pkgbase = phoc
makedepends = vala
makedepends = wayland-protocols
depends = mutter
- depends = wlroots>=0.14.0
- depends = wlroots<0.15.0
- source = https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v0.13.1/phoc-v0.13.1.tar.gz
- b2sums = 6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78
+ depends = wlroots
+ source = https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v0.20.0/phoc-v0.20.0.tar.gz
+ b2sums = 88ddf67905282fb8a9fc0f1cfce048ed837abb159a250c2a28ac5a0da33e1a4f0ba5a5ef3a49e089073d123039dbac7296c4c1f5bf5454324d2fab47d7a0e4a3
pkgname = phoc
diff --git a/PKGBUILD b/PKGBUILD
index 48378f112756..3975af112a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phoc
-pkgver=0.13.1
+pkgver=0.20.0
pkgrel=1
pkgdesc='Wlroots based Phone compositor'
arch=(x86_64 aarch64)
@@ -9,7 +9,7 @@ url='https://gitlab.gnome.org/World/Phosh/phoc'
license=(GPL3)
depends=(
mutter
- 'wlroots>=0.14.0' 'wlroots<0.15.0'
+ wlroots
)
makedepends=(
ctags
@@ -19,7 +19,7 @@ makedepends=(
wayland-protocols
)
source=("${url}/-/archive/v${pkgver}/phoc-v${pkgver}.tar.gz")
-b2sums=('6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78')
+b2sums=('88ddf67905282fb8a9fc0f1cfce048ed837abb159a250c2a28ac5a0da33e1a4f0ba5a5ef3a49e089073d123039dbac7296c4c1f5bf5454324d2fab47d7a0e4a3')
build() {
arch-meson phoc-v${pkgver} build -Dembed-wlroots=disabled