ctags: update to 5.9.20221002.0.
- Enable more output formats. - Fix update-check.
This commit is contained in:
parent
aa49e8616c
commit
bfa7473684
2 changed files with 5 additions and 3 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'ctags'
|
# Template file for 'ctags'
|
||||||
pkgname=ctags
|
pkgname=ctags
|
||||||
version=5.9.20211010.0
|
version=5.9.20221002.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=ctags-p${version}
|
wrksrc=ctags-p${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config automake python3-docutils"
|
hostmakedepends="pkg-config automake python3-docutils"
|
||||||
|
makedepends="jansson-devel libseccomp-devel libxml2-devel libyaml-devel
|
||||||
|
pcre2-devel"
|
||||||
short_desc="Generates an index file of language objects found in source files"
|
short_desc="Generates an index file of language objects found in source files"
|
||||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://ctags.io/"
|
homepage="https://ctags.io/"
|
||||||
distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz"
|
distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz"
|
||||||
checksum=4a847b743629c71e9c4da3b7267cdba83e4a4891064ff33282e67f66360a567e
|
checksum=d2b2b382f8035d4bdfb73a2f6995e85c744bc8121135e0f77060d2429ec459bd
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="[0-9][0-9] [0-9][0-9][0-9]"
|
pattern='p\K[\d.]+\d'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue