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

Levente Polyak anthraxx at archlinux.org
Wed Mar 17 00:55:09 UTC 2021


    Date: Wednesday, March 17, 2021 @ 00:55:09
  Author: anthraxx
Revision: 892665

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 00:55:05 UTC (rev 892664)
+++ PKGBUILD	2021-03-17 00:55:09 UTC (rev 892665)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
-# Contributor: Patrice Peterson <runiq at archlinux dot us>
-
-pkgname=vim-tagbar
-pkgver=2.7
-pkgrel=3
-pkgdesc='Plugin to browse the tags of the current file and get an overview of its structure'
-url='https://majutsushi.github.io/tagbar/'
-arch=('any')
-license=('custom:vim')
-depends=('ctags' 'vim')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/majutsushi/tagbar/archive/v${pkgver}.tar.gz)
-sha512sums=('d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8')
-
-package() {
-  cd ${pkgname#vim-}-${pkgver}
-  _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/tagbar.txt -t "${_installpath}/doc"
-  install -Dm 644 autoload/tagbar.vim -t "${_installpath}/autoload"
-  install -Dm 644 plugin/tagbar.vim -t "${_installpath}/plugin"
-  install -Dm 644 syntax/tagbar.vim -t "${_installpath}/syntax"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-tagbar/repos/community-any/PKGBUILD (from rev 892664, vim-tagbar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 00:55:09 UTC (rev 892665)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
+# Contributor: Patrice Peterson <runiq at archlinux dot us>
+
+pkgname=vim-tagbar
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Plugin to browse the tags of the current file and get an overview of its structure'
+url='https://majutsushi.github.io/tagbar/'
+arch=('any')
+license=('custom:vim')
+depends=('ctags' 'vim')
+groups=('vim-plugins')
+source=(https://github.com/majutsushi/tagbar/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('01633e56211ddf753b8b24757e5f67a3ac1d79e36e9c1b39d431db968d592a878d4e19e7631059270069885eea6e608655cb604df3f512588e159ffba1057aa5')
+
+package() {
+  cd ${pkgname#vim-}-${pkgver}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin syntax
+  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