diff --git a/mingw-w64-gcc/PKGBUILD b/mingw-w64-gcc/PKGBUILD index 77f998733e..0718362a7f 100644 --- a/mingw-w64-gcc/PKGBUILD +++ b/mingw-w64-gcc/PKGBUILD @@ -24,7 +24,7 @@ pkgver=10.2.0 #_majorver=${pkgver:0:1} #_sourcedir=${_realname}-${_majorver}-${_snapshot} _sourcedir=${_realname}-${pkgver} -pkgrel=6 +pkgrel=9 pkgdesc="GCC for the MinGW-w64" arch=('any') url="https://gcc.gnu.org" diff --git a/mingw-w64-winpthreads-git/PKGBUILD b/mingw-w64-winpthreads-git/PKGBUILD index 811634a5d7..c35a704d94 100644 --- a/mingw-w64-winpthreads-git/PKGBUILD +++ b/mingw-w64-winpthreads-git/PKGBUILD @@ -6,7 +6,7 @@ _realname=winpthreads pkgbase=mingw-w64-${_realname}-git pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-git" "${MINGW_PACKAGE_PREFIX}-libwinpthread-git") pkgver=9.0.0.6128.07922837 -pkgrel=1 +pkgrel=2 _commit='0792283787cca8fc27dd38671107c791c87f4db3' pkgdesc="MinGW-w64 winpthreads library" url="https://mingw-w64.sourceforge.io/"