[arch-commits] Commit in vim-bufexplorer/trunk (PKGBUILD vimdoc.install)

Antonio Rojas arojas at archlinux.org
Sat Jan 14 19:14:25 UTC 2017


    Date: Saturday, January 14, 2017 @ 19:14:24
  Author: arojas
Revision: 207404

Update to 7.4.12

Modified:
  vim-bufexplorer/trunk/PKGBUILD
Deleted:
  vim-bufexplorer/trunk/vimdoc.install

----------------+
 PKGBUILD       |    9 ++++-----
 vimdoc.install |   14 --------------
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 19:14:04 UTC (rev 207403)
+++ PKGBUILD	2017-01-14 19:14:24 UTC (rev 207404)
@@ -3,7 +3,7 @@
 #Maintainer: 
 
 pkgname=vim-bufexplorer
-pkgver=7.4.6
+pkgver=7.4.12
 pkgrel=1
 pkgdesc="A simple buffer list/switcher for vim "
 arch=('any')
@@ -12,12 +12,11 @@
 depends=('vim>=7.0')
 makedepends=('git')
 groups=('vim-plugins')
-install=vimdoc.install
-source=("git://github.com/jlanzarotta/bufexplorer.git#commit=fc022c")
-md5sums=('SKIP')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jlanzarotta/bufexplorer/archive/$pkgver.tar.gz")
+md5sums=('e6e927b1ab2e03448aad447c78d6d42b')
 
 package() {
-	cd ${srcdir}/bufexplorer
+	cd bufexplorer-$pkgver
 
 	installpath="${pkgdir}/usr/share/vim/vimfiles"
 

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-01-14 19:14:04 UTC (rev 207403)
+++ vimdoc.install	2017-01-14 19:14:24 UTC (rev 207404)
@@ -1,14 +0,0 @@
-post_install() {
-    echo -n "Updating vim help tags..."
-    /usr/bin/vim --noplugins -u NONE -U NONE \
-        --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-    echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list