[arch-commits] Commit in vim-tabular/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon Oct 12 13:12:34 UTC 2020


    Date: Monday, October 12, 2020 @ 13:12:34
  Author: archange
Revision: 723629

Fix FS#67905

Upstream is long dead anyway, just fix the version.

Modified:
  vim-tabular/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 13:08:36 UTC (rev 723628)
+++ PKGBUILD	2020-10-12 13:12:34 UTC (rev 723629)
@@ -5,21 +5,16 @@
 pkgver=1.0.0+5+g339091a
 pkgrel=1
 pkgdesc="Vim script for text filtering and alignment"
-arch=('any')
+arch=(any)
 url="https://github.com/godlygeek/tabular"
-license=('custom')
-depends=('vim')
-makedepends=('git')
-groups=('vim-plugins')
+license=(custom)
+depends=(vim)
+makedepends=(git)
+groups=(vim-plugins)
 _commit=339091ac4dd1f17e225fe7d57b48aff55f99b23a
-source=("git+${url}#commit=${_commit}")
-sha256sums=('SKIP')
+source=(git+${url}#commit=${_commit})
+sha256sums=(SKIP)
 
-pkgver() {
-    cd ${_pkgname}
-    git describe --tags | sed sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 package() {
     cd ${_pkgname}
     install -d "${pkgdir}"/usr/share/vim/vimfiles



More information about the arch-commits mailing list