summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 038685e6d91d..0ee97109ae08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powerline-i3-git
pkgdesc = The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager.
pkgver = 1.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ph111p/powerline
install = powerline-i3-git.install
arch = i686
@@ -20,6 +20,8 @@ pkgbase = powerline-i3-git
optdepends = python-psutil: cpu load segment
optdepends = python-pygit2: better git performance of the vcs segment
optdepends = python-google-api-python-client: Google Calendar support for the appoints segment
+ optdepends = xorg-xrandr: RandR segment
+ optdepends = xorg-xinput: RandR segment
provides = powerline-i3
conflicts = powerline
conflicts = python-powerline
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'