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

Levente Polyak anthraxx at archlinux.org
Wed May 22 21:55:31 UTC 2019


    Date: Wednesday, May 22, 2019 @ 21:55:31
  Author: anthraxx
Revision: 353884

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-22 21:55:27 UTC (rev 353883)
+++ PKGBUILD	2019-05-22 21:55:31 UTC (rev 353884)
@@ -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=45968eff8429f8f4942be5701f6c3b794afaf5f3  # master
-pkgver=r20181015+g45968eff
-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=('libxml2' 'jansson' 'libyaml' 'libseccomp')
-makedepends=('git' 'python-docutils')
-provides=('universal-ctags')
-source=("git+https://github.com/universal-ctags/ctags#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
-  git -C ctags show --pretty='r%cd+g%h' --date='format:%Y%m%d' --no-patch
-}
-
-prepare() {
-  cd ctags
-  ./autogen.sh
-}
-
-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 353883, ctags/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-22 21:55:31 UTC (rev 353884)
@@ -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=3fdf28bcd3aac31ee226f588f7d2ce32659d2637  # master
+pkgver=r20190522+g3fdf28bc
+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=('libxml2' 'jansson' 'libyaml' 'libseccomp')
+makedepends=('git' 'python-docutils')
+provides=('universal-ctags')
+source=("git+https://github.com/universal-ctags/ctags#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+  git -C ctags show --pretty='r%cd+g%h' --date='format:%Y%m%d' --no-patch
+}
+
+prepare() {
+  cd ctags
+  ./autogen.sh
+}
+
+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