[arch-commits] Commit in vim-bufexplorer/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Mar 14 01:52:28 UTC 2018


    Date: Wednesday, March 14, 2018 @ 01:52:27
  Author: anthraxx
Revision: 307538

archrelease: copy trunk to community-any

Added:
  vim-bufexplorer/repos/community-any/PKGBUILD
    (from rev 307537, vim-bufexplorer/trunk/PKGBUILD)
Deleted:
  vim-bufexplorer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 01:52:15 UTC (rev 307537)
+++ PKGBUILD	2018-03-14 01:52:27 UTC (rev 307538)
@@ -1,26 +0,0 @@
-#$Id$
-#Contributor: Aaron Griffin <aaron at archlinux.org>
-#Maintainer: 
-
-pkgname=vim-bufexplorer
-pkgver=7.4.12
-pkgrel=1
-pkgdesc="A simple buffer list/switcher for vim "
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=42"
-license=('BSD')
-depends=('vim>=7.0')
-makedepends=('git')
-groups=('vim-plugins')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jlanzarotta/bufexplorer/archive/$pkgver.tar.gz")
-md5sums=('e6e927b1ab2e03448aad447c78d6d42b')
-
-package() {
-	cd bufexplorer-$pkgver
-
-	installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-	install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
-	install -D -m644 plugin/bufexplorer.vim $installpath/plugin/bufexplorer.vim
-	install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-bufexplorer/repos/community-any/PKGBUILD (from rev 307537, vim-bufexplorer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-14 01:52:27 UTC (rev 307538)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=vim-bufexplorer
+pkgver=7.4.19
+pkgrel=1
+pkgdesc='Simple buffer list/switcher for vim'
+url='https://github.com/jlanzarotta/bufexplorer'
+arch=('any')
+license=('BSD')
+depends=('vim>=7.0')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jlanzarotta/bufexplorer/archive/v${pkgver}.tar.gz)
+sha512sums=('d38bcb52a50cfcf6d0b66ca6f1290a6be53d5cee98b3d2d7a93e01b5ef904af53c6cc8256e667bdeeb23a58344f5d69838bb7b5d71d225a83d1e173b99344888')
+
+package() {
+  cd bufexplorer-${pkgver}
+  installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list