From fa2320fb4de564f8e11a98af3061daf719ca766b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 5 Oct 2022 13:43:09 +0200 Subject: [PATCH] ctags: update to 5.9.20221002.0. - Enable more output formats. - Fix update-check. --- srcpkgs/ctags/template | 6 ++++-- srcpkgs/ctags/update | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ctags/template b/srcpkgs/ctags/template index 8f896212f0d2..7cc0fa94a305 100644 --- a/srcpkgs/ctags/template +++ b/srcpkgs/ctags/template @@ -1,16 +1,18 @@ # Template file for 'ctags' pkgname=ctags -version=5.9.20211010.0 +version=5.9.20221002.0 revision=1 wrksrc=ctags-p${version} build_style=gnu-configure 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" maintainer="Jan S. " license="GPL-2.0-only" homepage="https://ctags.io/" distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz" -checksum=4a847b743629c71e9c4da3b7267cdba83e4a4891064ff33282e67f66360a567e +checksum=d2b2b382f8035d4bdfb73a2f6995e85c744bc8121135e0f77060d2429ec459bd pre_configure() { ./autogen.sh diff --git a/srcpkgs/ctags/update b/srcpkgs/ctags/update index 620808c77f26..43317cba34f0 100644 --- a/srcpkgs/ctags/update +++ b/srcpkgs/ctags/update @@ -1 +1 @@ -ignore="[0-9][0-9] [0-9][0-9][0-9]" +pattern='p\K[\d.]+\d'