summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Booker2023-08-21 19:26:28 +1200
committerThomas Booker2023-08-21 19:26:28 +1200
commitba22f2d3518dbdea3ef138c6983d972f3051297e (patch)
treeefe84b3b701cc0cc81daed34fd20f9891f81b69e
parentdb913c72e0016ace9e8932f51b55316f6d1adbb4 (diff)
downloadaur-ba22f2d3518dbdea3ef138c6983d972f3051297e.tar.gz
Update to 0.30.0
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71e3aa733fa3..1cbb8749acdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=phoc-embedded-wlroots
-pkgver=0.29.0
+pkgver=0.30.0
pkgrel=1
pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices (wlroots embedded)'
arch=(x86_64 aarch64 armv7h)
@@ -40,6 +40,8 @@ pkgver() {
prepare() {
cd phoc
+ meson subprojects download
+
git submodule update --init
}