summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonin Décimo2022-06-02 13:57:53 +0200
committerAntonin Décimo2022-06-02 13:57:53 +0200
commitad76ad41fc8941b08e1fdf6111acca712cf62155 (patch)
tree760de872f467d665f9c490f9f35c0ed0ca4cb67c /PKGBUILD
parent2461b29b8978aee2e2439b4fcf93557cc3fe9745 (diff)
downloadaur-ad76ad41fc8941b08e1fdf6111acca712cf62155.tar.gz
Grant CAP_SYS_NICE to the sway binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1f2433adcd3..ccba6788f08b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=sway-git
_pkgname=sway
-pkgver=r6891.3dffe7f3
+pkgver=r6934.251a648e
pkgrel=1
license=("MIT")
pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
@@ -46,6 +46,7 @@ sha512sums=('SKIP'
provides=("sway")
conflicts=("sway")
options=(debug)
+install=sway.install
pkgver() {
cd "$_pkgname"