summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58aa3e479111..7fe6790d7bf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powerline-i3-git
pkgdesc = The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager.
- pkgver = 1.7.17.0
+ pkgver = 1.7.18.1
pkgrel = 1
url = https://github.com/ph111p/powerline
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8bda3c38e965..9cc8759f7fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=powerline-i3-git
_pkgname=powerline
-pkgver=1.7.17.0
+pkgver=1.7.18.1
pkgrel=1
pkgdesc="The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager."
arch=('i686' 'x86_64')
@@ -49,5 +49,5 @@ package() {
echo ">>> status_command i3status"
echo ">>> }"
echo ">>> in your i3/config with this line:"
- echo ">>> exec_always \"killall powerline-lemonbar; powerline-lemonbar --i3 --height 16 -- -a 40 -b -f \'DejaVu Sans Mono-11\' -f \'PowerlineSymbols-12\' -f \'FontAwesome-11\'\""
+ echo ">>> exec_always \"killall powerline-lemonbar; powerline-lemonbar --i3 --height 16 -- -a 40 -b -f 'DejaVu Sans Mono-11' -f 'PowerlineSymbols-12' -f 'FontAwesome-11'\""
}