summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93cbade49f70..a8b7af4cd8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=powerline-i3-git
pkgver=1.7.3
-pkgrel=2
+pkgrel=3
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"
@@ -13,7 +13,7 @@ depends=(
'ttf-font-awesome-4'
'lemonbar-xft-git'
'i3ipc-python-git'
- 'xorg-xrandr'
+ 'python-xlib'
)
optdepends=(
'python-iwlib: wireless segment'
@@ -22,7 +22,7 @@ optdepends=(
'python-pygit2: better git performance of the vcs segment'
'python-google-api-python-client: Google Calendar support for the appoints segment'
'xorg-xinput: screen rotation segment'
- 'python-xlib: Use Xlib instead of xrandr (experimental)'
+ 'xorg-xrandr: screen rotation segment'
)
makedepends=(
'python-setuptools'