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

Jiachen Yang farseerfc at archlinux.org
Thu Feb 9 11:49:12 UTC 2017


    Date: Thursday, February 9, 2017 @ 11:49:11
  Author: farseerfc
Revision: 211435

upgpkg: powerline 2.5.2-1

powerline 2.5.2

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

--------------------+
 PKGBUILD           |    8 +++-----
 powerline.install  |    7 -------
 powerline2.install |    6 ------
 3 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 09:45:13 UTC (rev 211434)
+++ PKGBUILD	2017-02-09 11:49:11 UTC (rev 211435)
@@ -9,8 +9,8 @@
 pkgbase="powerline"
 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=4
+pkgver=2.5.2
+pkgrel=1
 url="https://github.com/${_pkgname}/${_pkgname}"
 license=('MIT')
 arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@
     'python-sphinx'
     )
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('c698c9e5f22d680b15da55e390a6e12d54277e1bcebfd8ac5d2631acf72b1d11660166269772fe636ec7b148bbfffe4934b94287c528a4aaed870bba849ed212')
+sha512sums=('ef85092de4b8c4f70fe2b41c54b2d7844f0d2b4decec78f51d49ccedbfce21a68e26c87ebf24e355bbc7eac2c7b60201edd16a28dc220cd526216a6659d0eb1d')
 
 
 
@@ -64,7 +64,6 @@
     depends=('python-powerline')
     conflicts=('powerline2' 'python-powerline<=2.3-1')
     replaces=('python-powerline<=2.3-1')
-    install="powerline.install"
 
     cd ${srcdir}/${_pkgname}-${pkgver}/scripts
     install -Dm755 powerline "${pkgdir}/usr/bin/powerline"
@@ -81,7 +80,6 @@
     conflicts=('powerline' 'python2-powerline<=2.3-1')
     provides=('powerline')
     replaces=('python2-powerline<=2.3-1')
-    install="powerline2.install"
 
     cd ${srcdir}/${_pkgname}-${pkgver}-py2/scripts
     install -Dm755 powerline{,-config,-daemon,-lint,-render} -t "${pkgdir}/usr/bin/"

Deleted: powerline.install
===================================================================
--- powerline.install	2017-02-09 09:45:13 UTC (rev 211434)
+++ powerline.install	2017-02-09 11:49:11 UTC (rev 211435)
@@ -1,7 +0,0 @@
-post_install() {
-	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.6/site-packages/powerline/bindings/'. If you previously used zsh/tmux plugins from AUR, please update your config files."
-}

Deleted: powerline2.install
===================================================================
--- powerline2.install	2017-02-09 09:45:13 UTC (rev 211434)
+++ powerline2.install	2017-02-09 11:49:11 UTC (rev 211435)
@@ -1,6 +0,0 @@
-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