diff --git a/mingw-w64-gpgme/PKGBUILD b/mingw-w64-gpgme/PKGBUILD index 467bc3d9f4..a8bdd05e35 100644 --- a/mingw-w64-gpgme/PKGBUILD +++ b/mingw-w64-gpgme/PKGBUILD @@ -10,7 +10,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-qgpgme-qt6" \ "${MINGW_PACKAGE_PREFIX}-python-gpgme")) pkgver=1.23.2 -pkgrel=3 +pkgrel=4 pkgdesc="A C wrapper library for GnuPG (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -96,7 +96,7 @@ build() { cd "${srcdir}"/build-${MSYSTEM} # for clang - export CFLAGS="${CFLAGS} -Wno-int-conversion -Wno-incompatible-function-pointer-types" + export CFLAGS="${CFLAGS} -Wno-int-conversion -Wno-incompatible-pointer-types -Wno-incompatible-function-pointer-types" # mingw doxygen can't wrok with UNIX paths in doxyfile # --with-libtool-modification=never : Otherwise DLL name changes