Date: Friday, February 24, 2023 @ 18:06:27
  Author: anthraxx
Revision: 469560

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-24 18:06:21 UTC (rev 469559)
+++ PKGBUILD    2023-02-24 18:06:27 UTC (rev 469560)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: John Proctor <[email protected]>
-
-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:

Copied: ctags/repos/extra-x86_64/PKGBUILD (from rev 469559, 
ctags/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-24 18:06:27 UTC (rev 469560)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: John Proctor <[email protected]>
+
+pkgname=ctags
+_commit=3af413544a0ed0a4c52200894cfd6391f06d2e94
+pkgver=6.0.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 'v*' | sed 
's/^p//;s/^v//;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:

Reply via email to