summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Wellnitz2018-03-31 13:16:07 +0200
committerPhilip Wellnitz2018-03-31 13:16:07 +0200
commit9da58da00eca36d06f5b84877dd4be251e23d019 (patch)
treee367439641a665e43957509b0653b77bffe63e43 /PKGBUILD
parent14d7d5d3eaee19e8f6317361c2bc4d9bc1655ed3 (diff)
downloadaur-9da58da00eca36d06f5b84877dd4be251e23d019.tar.gz
add new optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cad4a289eb1c..e8df802812a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=powerline-i3-git
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager."
arch=('i686' 'x86_64')
url="https://github.com/ph111p/powerline"
@@ -20,6 +20,8 @@ optdepends=(
'python-psutil: cpu load segment'
'python-pygit2: better git performance of the vcs segment'
'python-google-api-python-client: Google Calendar support for the appoints segment'
+ 'xorg-xrandr: RandR segment'
+ 'xorg-xinput: RandR segment'
)
makedepends=(
'python-setuptools'