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

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Nov 22 12:28:04 UTC 2021


    Date: Monday, November 22, 2021 @ 12:28:03
  Author: kpcyrd
Revision: 1054245

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-22 12:27:48 UTC (rev 1054244)
+++ PKGBUILD	2021-11-22 12:28:03 UTC (rev 1054245)
@@ -1,28 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkgname=tabular
-pkgname=vim-${_pkgname}
-pkgver=1.0.0+5+g339091a
-pkgrel=1
-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')
-
-pkgver() {
-    cd ${_pkgname}
-    git describe --tags | sed 's/-/+/g'
-}
-
-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 1054244, vim-tabular/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-22 12:28:03 UTC (rev 1054245)
@@ -0,0 +1,23 @@
+# 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}
+}



More information about the arch-commits mailing list