[arch-commits] Commit in ctags/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Jan 15 00:10:18 UTC 2021
Date: Friday, January 15, 2021 @ 00:10:17
Author: anthraxx
Revision: 406267
upgpkg: ctags 1:r20210106+g08b1c490-1
Modified:
ctags/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-14 23:41:39 UTC (rev 406266)
+++ PKGBUILD 2021-01-15 00:10:17 UTC (rev 406267)
@@ -3,8 +3,8 @@
# Contributor: John Proctor <jproctor at prium.net>
pkgname=ctags
-_commit=a3c87ab5232ffb9d047b187d6fd3852bfd12b197 # master
-pkgver=r20200106+ga3c87ab5
+_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'
@@ -11,10 +11,10 @@
url='https://ctags.io/'
arch=('x86_64')
license=('GPL')
-depends=('libxml2' 'jansson' 'libyaml' 'libseccomp')
+depends=('glibc' 'libxml2' 'jansson' 'libyaml' 'libseccomp' 'libseccomp.so')
makedepends=('git' 'python-docutils')
provides=('universal-ctags')
-source=("git+https://github.com/universal-ctags/ctags#commit=$_commit")
+source=("git+https://github.com/universal-ctags/ctags.git#commit=$_commit")
sha512sums=('SKIP')
pkgver() {
@@ -23,7 +23,7 @@
prepare() {
cd ctags
- ./autogen.sh
+ autoreconf -fiv
}
build() {
More information about the arch-commits
mailing list