[arch-commits] Commit in powerline/trunk (PKGBUILD powerline.install)

Jiachen Yang farseerfc at archlinux.org
Wed Jan 11 17:11:45 UTC 2017


    Date: Wednesday, January 11, 2017 @ 17:11:44
  Author: farseerfc
Revision: 206846

upgpkg: powerline 2.5-3

fix install msg

Modified:
  powerline/trunk/PKGBUILD
  powerline/trunk/powerline.install

-------------------+
 PKGBUILD          |   16 ++++++++--------
 powerline.install |    4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 16:58:47 UTC (rev 206845)
+++ PKGBUILD	2017-01-11 17:11:44 UTC (rev 206846)
@@ -10,7 +10,7 @@
 pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" "powerline-common" "powerline-vim" "powerline-fonts")
 pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile'
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 url="https://github.com/${_pkgname}/${_pkgname}"
 license=('MIT')
 arch=('x86_64' 'i686')
@@ -52,13 +52,13 @@
 }
 
 
-# FIXME Currently test will fail with dividers and other errors
-# check(){
-#     cd ${srcdir}/${_pkgname}-${pkgver}
-#     LC_ALL=C python setup.py test
-#     cd ${srcdir}/${_pkgname}-${pkgver}-py2
-#     LC_ALL=C python2 setup.py test
-# }
+## FIXME Currently test will fail with dividers and other errors
+#check(){
+#    cd ${srcdir}/${_pkgname}-${pkgver}
+#    LC_ALL=C python setup.py test
+#    cd ${srcdir}/${_pkgname}-${pkgver}-py2
+#    LC_ALL=C python2 setup.py test
+#}
 
 package_powerline(){
     depends=('python-powerline')

Modified: powerline.install
===================================================================
--- powerline.install	2017-01-11 16:58:47 UTC (rev 206845)
+++ powerline.install	2017-01-11 17:11:44 UTC (rev 206846)
@@ -1,7 +1,7 @@
 post_install() {
-	echo "Note: Bindings are installed in '/usr/lib/python3.5/site-packages/powerline/bindings/'. If you previously used zsh/tmux plugins from AUR, please update your config files."
+	echo "Note: Bindings are installed in '/usr/lib/python3.6/site-packages/powerline/bindings/'. If you previously used zsh/tmux plugins from AUR, please update your config files."
 }
 
 post_upgrade() {
-	echo "Note: Bindings are installed in '/usr/lib/python3.5/site-packages/powerline/bindings/'. If you previously used zsh/tmux plugins from AUR, please update your config files."
+	echo "Note: Bindings are installed in '/usr/lib/python3.6/site-packages/powerline/bindings/'. If you previously used zsh/tmux plugins from AUR, please update your config files."
 }



More information about the arch-commits mailing list