Date: Monday, August 29, 2022 @ 21:07:33 Author: anthraxx Revision: 454747
upgpkg: ctags 1:5.9.20220828.0-1 Modified: ctags/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 21:07:03 UTC (rev 454746) +++ PKGBUILD 2022-08-29 21:07:33 UTC (rev 454747) @@ -3,8 +3,8 @@ # Contributor: John Proctor <[email protected]> pkgname=ctags -_commit=ca81123303640582358ce7b8a4e466615950a1f7 # p5.9.20210905.0 -pkgver=5.9.20210905.0 +_commit=dfffd3d8e18183e0e9131f2c301e18f78866ceb5 +pkgver=5.9.20220828.0 pkgrel=1 epoch=1 pkgdesc='Generates an index file of language objects found in source files' @@ -11,7 +11,8 @@ url='https://ctags.io/' arch=('x86_64') license=('GPL') -depends=('glibc' 'libxml2' 'jansson' 'libyaml' 'libseccomp' 'libseccomp.so') +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")
