summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-11-05 13:21:13 +0100
committerPhilip Goto2021-11-05 13:21:13 +0100
commit386aaf3055d85df159c35519d9a53d0b9957081b (patch)
tree3d72f2c44f8dba18e88bee4c14fc3ac0ab6e1db3 /PKGBUILD
parent91f6c34005a0ea6fdfdd2c2747e32d51f1756142 (diff)
downloadaur-386aaf3055d85df159c35519d9a53d0b9957081b.tar.gz
Update to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c2e07dc9ae..bca7a3c2fa77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phoc-embedded-wlroots
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc='Wlroots based Phone compositor (matching wlroots embedded)'
url='https://gitlab.gnome.org/World/Phosh/phoc'
-license=('GPL3')
+license=(GPL3)
arch=(x86_64 aarch64)
depends=(
mutter
+ seatd
xcb-util-wm
xcb-util-errors
)
@@ -37,7 +38,7 @@ prepare() {
}
build() {
- arch-meson phoc build -Dembed-wlroots=enabled
+ arch-meson phoc build -Dembed-wlroots=enabled --auto-features auto
meson compile -C build
}