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

Levente Polyak anthraxx at gemini.archlinux.org
Mon Aug 29 21:07:38 UTC 2022


    Date: Monday, August 29, 2022 @ 21:07:38
  Author: anthraxx
Revision: 454748

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 21:07:33 UTC (rev 454747)
+++ PKGBUILD	2022-08-29 21:07:38 UTC (rev 454748)
@@ -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=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:

Copied: ctags/repos/extra-x86_64/PKGBUILD (from rev 454747, ctags/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 21:07:38 UTC (rev 454748)
@@ -0,0 +1,48 @@
+# 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=dfffd3d8e18183e0e9131f2c301e18f78866ceb5
+pkgver=5.9.20220828.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'
+         'pcre2')
+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