[arch-commits] Commit in powerline/trunk (3 files)

Jiachen Yang farseerfc at archlinux.org
Thu Feb 25 11:56:53 UTC 2016


    Date: Thursday, February 25, 2016 @ 12:56:52
  Author: farseerfc
Revision: 163403

upgpkg: powerline 2.3-5

Print message on upgrade

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

--------------------+
 PKGBUILD           |    2 +-
 powerline.install  |    4 ++++
 powerline2.install |    3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 10:32:14 UTC (rev 163402)
+++ PKGBUILD	2016-02-25 11:56:52 UTC (rev 163403)
@@ -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.3
-pkgrel=4
+pkgrel=5
 url="https://github.com/${_pkgname}/${_pkgname}"
 license=('MIT')
 arch=('x86_64' 'i686')

Modified: powerline.install
===================================================================
--- powerline.install	2016-02-25 10:32:14 UTC (rev 163402)
+++ powerline.install	2016-02-25 11:56:52 UTC (rev 163403)
@@ -1,3 +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."
 }
+
+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."
+}

Modified: powerline2.install
===================================================================
--- powerline2.install	2016-02-25 10:32:14 UTC (rev 163402)
+++ powerline2.install	2016-02-25 11:56:52 UTC (rev 163403)
@@ -1,3 +1,6 @@
 post_install() {
 	echo "Note: Bindings are installed in '/usr/lib/python2.7/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/python2.7/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