ctags: rebuild

This commit is contained in:
Christoph Reiter
2023-12-18 07:22:27 +01:00
parent fd8872b8f8
commit dd3bfbe71b

View File

@@ -4,7 +4,7 @@ _realname=ctags
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=5.8
pkgrel=5
pkgrel=6
pkgdesc="A multilanguage implementation of Ctags (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
@@ -32,7 +32,7 @@ build() {
# It is a bit tricky to enable proper regex support on the posix
# build (LIBS=pcreposix configure --with-posix-regex), and then
# the executable segfaults when regexs are involved.
make -f mk_mingw.mak
make -f mk_mingw.mak CC="$CC"
}
package() {