summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-07-15 10:55:34 +0200
committerAndrea Feletto2022-07-15 10:55:34 +0200
commit3c96c07a1e1c603bded996a9d28c43eb808f6c26 (patch)
tree24ca2fea41eff61a395aad35d3a81ed952bd0330
parent34ddacb84c8a0a54c204633fc7be025a34cfc6de (diff)
downloadaur-3c96c07a1e1c603bded996a9d28c43eb808f6c26.tar.gz
move polkit to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d406430f8fc1..df0fd13e9160 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = river-git
pkgdesc = A dynamic tiling wayland compositor.
- pkgver = 0.1.0.r75.gded490d
+ pkgver = 0.1.0.r107.gbc610c8
pkgrel = 1
url = https://github.com/riverwm/river
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = river-git
depends = libevdev
depends = pixman
depends = xorg-xwayland
- depends = polkit
+ optdepends = polkit: access seat through systemd-logind
provides = river
provides = riverctl
provides = rivertile
diff --git a/PKGBUILD b/PKGBUILD
index 7a42ae2a665c..6219042d3ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=river-git
_pkgname=${pkgname%-*}
-pkgver=0.1.0.r75.gded490d
+pkgver=0.1.0.r107.gbc610c8
pkgrel=1
pkgdesc='A dynamic tiling wayland compositor.'
arch=('x86_64')
@@ -12,7 +12,10 @@ url='https://github.com/riverwm/river'
license=('GPL3')
depends=(
'mesa' 'wlroots' 'wayland' 'wayland-protocols' 'libxkbcommon'
- 'libevdev' 'pixman' 'xorg-xwayland' 'polkit'
+ 'libevdev' 'pixman' 'xorg-xwayland'
+)
+optdepends=(
+ 'polkit: access seat through systemd-logind'
)
makedepends=('zig' 'git' 'scdoc')
provides=('river' 'riverctl' 'rivertile')