summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Wellnitz2018-05-31 11:02:57 +0200
committerPhilip Wellnitz2018-05-31 11:02:57 +0200
commit5c79ea959520d9861ff875138222c8a4d197ffe5 (patch)
treebbec4103213288c1acde7d4ffca307d58b98c469
parentf8a8df5283a2c3cf11fd52f30dfc12d2c3262507 (diff)
downloadaur-5c79ea959520d9861ff875138222c8a4d197ffe5.tar.gz
allow any lemonbar
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09d9685aa75a..a30803e31ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=powerline-i3-git
_pkgname=powerline
pkgver=1.7.16.10
-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"
@@ -12,7 +12,7 @@ depends=(
'python'
'powerline-fonts'
'ttf-font-awesome-4'
- 'lemonbar-clicks-git'
+ 'lemonbar'
'i3ipc-python-git'
'python-xlib'
)