summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4665bb6b779..4733a74b4912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
-pkgname=sway-git
-_pkgname=sway
-pkgver=r5942.3f77591b
+# Maintainer: Davide Depau <davide@depau.eu>
+# Contributor: Drew DeVault <sir@cmpwn.com>
+pkgname=sway-xdg-shell-v6-git
+_pkgname=sway-xdg-shell-v6
+pkgver=r6136.b739bf10
pkgrel=1
license=("MIT")
-pkgdesc="i3-compatible Wayland compositor"
+pkgdesc="i3-compatible Wayland compositor (with xdg-shell-v6 unstable protocol)"
makedepends=("meson" "git" "scdoc" "wayland-protocols" "ninja")
depends=(
"json-c" "pcre" "wlroots-git" "cairo" "pango" "gdk-pixbuf2" "pam"
@@ -32,6 +33,8 @@ pkgver() {
prepare() {
cd "$_pkgname"
+ # Revert "Remove xdg-shell v6 support"
+ git revert --no-edit 7488d33d42cfc29c5fbeb02888b1d718bd84d4d0
}
build() {