summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Wellnitz2018-04-04 20:19:37 +0200
committerPhilip Wellnitz2018-04-04 20:19:37 +0200
commit822e062fd4c3bcd0792adbd02961f4bf7354c723 (patch)
tree9a109c0833edfeceefa3d95b4322bdcc1906edf7 /PKGBUILD
parent2d7322dbb52bf96e988259512be648b34ba76ba3 (diff)
downloadaur-822e062fd4c3bcd0792adbd02961f4bf7354c723.tar.gz
fig dep bug
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'