From dd3bfbe71b446d2cd65a1f9a55b246121a175bc3 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 18 Dec 2023 07:22:27 +0100 Subject: [PATCH] ctags: rebuild --- mingw-w64-ctags/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-ctags/PKGBUILD b/mingw-w64-ctags/PKGBUILD index 96b3e949d7..1a5a1e5ee8 100644 --- a/mingw-w64-ctags/PKGBUILD +++ b/mingw-w64-ctags/PKGBUILD @@ -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() {