Python 3.13 rebuild, part 2

only llvm/gcc left
This commit is contained in:
Christoph Reiter
2026-01-09 20:24:36 +01:00
parent 171d86b28d
commit bd78bcbcbd
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ else
_sourcedir=${_realname}-${_version}-${_snapshot}
_url=https://gcc.gnu.org/pub/gcc/snapshots/${_version}-${_snapshot}
fi
pkgrel=8
pkgrel=9
pkgdesc="GCC for the MinGW-w64"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')

View File

@@ -29,7 +29,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-llvm"
"${MINGW_PACKAGE_PREFIX}-lld")
_pkgver=21.1.8
pkgver=${_pkgver/-/}
pkgrel=1
pkgrel=2
pkgdesc="C language family frontend for LLVM (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')