summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2020-03-28 13:15:28 +0300
committerDan Elkouby2020-03-28 13:15:28 +0300
commit9f01ad81bbb369bcd83cc5625df68835539f27cb (patch)
treed1741d0a8165392f51c7ebbbab756c3d10470a41 /PKGBUILD
parent8adcd2f3a966737a23b42f5572eeb00ae00f1ef3 (diff)
downloadaur-9f01ad81bbb369bcd83cc5625df68835539f27cb.tar.gz
Add polkit as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e347387e5d0b..8182a4d3f3c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,23 @@
pkgname=sway9
pkgver=1.4
epoch=1
-pkgrel=5
+pkgrel=6
_commit=8cbcdc245c8a215279711cc18fc9f2d0a2577933
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager (personal build)'
arch=(x86_64)
url='https://github.com/Streetwalrus/sway9'
license=(MIT)
-depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font wlroots)
+depends=(
+ 'cairo'
+ 'gdk-pixbuf2'
+ 'json-c'
+ 'pango'
+ 'polkit'
+ 'pcre'
+ 'swaybg'
+ 'ttf-font'
+ 'wlroots'
+)
makedepends=(git meson ninja scdoc setconf wayland-protocols)
provides=(sway)
conflicts=(sway)