[arch-commits] Commit in ctags/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 17:55:38 UTC 2021


    Date: Wednesday, September 8, 2021 @ 17:55:37
  Author: anthraxx
Revision: 423573

archrelease: copy trunk to extra-x86_64

Added:
  ctags/repos/extra-x86_64/PKGBUILD
    (from rev 423572, ctags/trunk/PKGBUILD)
Deleted:
  ctags/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 17:55:32 UTC (rev 423572)
+++ PKGBUILD	2021-09-08 17:55:37 UTC (rev 423573)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=ctags
-_commit=08b1c490cc4a20c3983314ae112c48edba0d51ed  # p5.9.20210110.0
-pkgver=r20210106+g08b1c490
-pkgrel=1
-epoch=1
-pkgdesc='Generates an index file of language objects found in source files'
-url='https://ctags.io/'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'libxml2' 'jansson' 'libyaml' 'libseccomp' 'libseccomp.so')
-makedepends=('git' 'python-docutils')
-provides=('universal-ctags')
-source=("git+https://github.com/universal-ctags/ctags.git#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
-  git -C ctags show --pretty='r%cd+g%h' --date='format:%Y%m%d' --no-patch
-}
-
-prepare() {
-  cd ctags
-  autoreconf -fiv
-}
-
-build() {
-  cd ctags
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  make -C ctags check
-}
-
-package() {
-  make -C ctags DESTDIR="${pkgdir}" install
-}
-
-# vim:set sw=2 et:

Copied: ctags/repos/extra-x86_64/PKGBUILD (from rev 423572, ctags/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-08 17:55:37 UTC (rev 423573)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=ctags
+_commit=ca81123303640582358ce7b8a4e466615950a1f7  # p5.9.20210905.0
+pkgver=5.9.20210905.0
+pkgrel=1
+epoch=1
+pkgdesc='Generates an index file of language objects found in source files'
+url='https://ctags.io/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'libxml2' 'jansson' 'libyaml' 'libseccomp' 'libseccomp.so')
+makedepends=('git' 'python-docutils')
+provides=('universal-ctags')
+source=("git+https://github.com/universal-ctags/ctags.git#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+  git -C ctags describe --tags --match 'p*' | sed 's/^p//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ctags
+  autoreconf -fiv
+}
+
+build() {
+  cd ctags
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  make -C ctags check
+}
+
+package() {
+  make -C ctags DESTDIR="${pkgdir}" install
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list