Date: Tuesday, May 10, 2022 @ 08:35:23 Author: felixonmars Revision: 1197265
upgpkg: mingw-w64-gcc 12.1.0-1 Modified: mingw-w64-gcc/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-10 08:35:13 UTC (rev 1197264) +++ PKGBUILD 2022-05-10 08:35:23 UTC (rev 1197265) @@ -1,8 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=mingw-w64-gcc -pkgver=11.2.0 -_islver=0.24 +pkgver=12.1.0 pkgrel=1 pkgdesc="Cross GCC for the MinGW-w64 cross-compiler" arch=('x86_64' 'aarch64') @@ -9,17 +8,15 @@ url="https://gcc.gnu.org" license=('GPL' 'LGPL' 'FDL' 'custom') groups=('mingw-w64-toolchain' 'mingw-w64') -depends=('zlib' 'libmpc' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads' 'mingw-w64-headers') +depends=('zlib' 'libisl' 'libmpc' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads' 'mingw-w64-headers') makedepends=("gcc-ada>=${pkgver:0:2}") options=('!strip' 'staticlibs' '!emptydirs' '!buildflags') source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig} - "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2" https://raw.githubusercontent.com/msys2/MINGW-packages/master/mingw-w64-gcc/0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch) validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62 # Jakub Jelinek <[email protected]> 13975A70E63C361C73AE69EF6EEB81F8981C74C7) # [email protected] -sha512sums=('d53a0a966230895c54f01aea38696f818817b505f1e2bfa65e508753fcd01b2aedb4a61434f41f3a2ddbbd9f41384b96153c684ded3f0fa97c82758d9de5c7cf' +sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900' 'SKIP' - 'aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95' '8266eae8b3be5557e8cd79c21b6326db7cd83604db6d6ad83923798650fcd8d0f9f1f4ed424c816a48e91f21fb1852ab9272c73100b219f07d3bbb566bfd6fae') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" @@ -33,9 +30,6 @@ # mmapio.c:69:14: error: implicit declaration of function ‘getpagesize’ sed -i 's|\-Werror||g' libbacktrace/configure - - # link isl for in-tree builds - ln -sf ../isl-${_islver} isl } build() {
