summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 704f2909205c..a30d031ff3d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sway9
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager (personal build)
pkgver = 1.4
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = https://github.com/Streetwalrus/sway9
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = sway9
depends = gdk-pixbuf2
depends = json-c
depends = pango
+ depends = polkit
depends = pcre
depends = swaybg
depends = ttf-font
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)