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

Bruno Pagani archange at gemini.archlinux.org
Wed Feb 16 22:31:40 UTC 2022


    Date: Wednesday, February 16, 2022 @ 22:31:39
  Author: archange
Revision: 1133565

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 22:31:15 UTC (rev 1133564)
+++ PKGBUILD	2022-02-16 22:31:39 UTC (rev 1133565)
@@ -1,23 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkgname=tabular
-pkgname=vim-${_pkgname}
-pkgver=1.0.0+5+g339091a
-pkgrel=2
-pkgdesc="Vim script for text filtering and alignment"
-arch=(any)
-url="https://github.com/godlygeek/tabular"
-license=(custom)
-depends=(vim)
-makedepends=(git)
-groups=(vim-plugins)
-_commit=339091ac4dd1f17e225fe7d57b48aff55f99b23a
-source=(git+${url}#commit=${_commit})
-sha256sums=(SKIP)
-
-package() {
-    cd ${_pkgname}
-    install -d "${pkgdir}"/usr/share/vim/vimfiles
-    cp -r after autoload doc plugin "${pkgdir}"/usr/share/vim/vimfiles/
-    install -Dm644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: vim-tabular/repos/community-any/PKGBUILD (from rev 1133564, vim-tabular/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-16 22:31:39 UTC (rev 1133565)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkgname=tabular
+pkgname=vim-${_pkgname}
+pkgver=1.0.0+5+g339091a
+pkgrel=3
+pkgdesc="Vim script for text filtering and alignment"
+arch=(any)
+url="https://github.com/godlygeek/tabular"
+license=(custom)
+depends=(vim-plugin-runtime)
+makedepends=(git)
+groups=(vim-plugins)
+_commit=339091ac4dd1f17e225fe7d57b48aff55f99b23a
+source=(git+${url}#commit=${_commit})
+sha256sums=(SKIP)
+
+package() {
+    cd ${_pkgname}
+    install -d "${pkgdir}"/usr/share/vim/vimfiles
+    cp -r after autoload doc plugin "${pkgdir}"/usr/share/vim/vimfiles/
+    install -Dm644 LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list