[arch-commits] Commit in mingw-w64-headers/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Apr 8 23:15:38 UTC 2022


    Date: Friday, April 8, 2022 @ 23:15:37
  Author: felixonmars
Revision: 1183073

upgpkg: mingw-w64-headers 10.0.0-1

Modified:
  mingw-w64-headers/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-08 22:54:07 UTC (rev 1183072)
+++ PKGBUILD	2022-04-08 23:15:37 UTC (rev 1183073)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=mingw-w64-headers
-pkgver=9.0.0
-pkgrel=2
+pkgver=10.0.0
+pkgrel=1
 pkgdesc="MinGW-w64 headers for Windows"
 arch=('any')
 url="http://mingw-w64.sourceforge.net"
@@ -10,19 +10,12 @@
 groups=('mingw-w64-toolchain' 'mingw-w64')
 options=('!strip' '!libtool' '!emptydirs')
 validpgpkeys=('CAF5641F74F7DFBA88AE205693BDB53CD4EBC740')
-source=(https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2{,.sig}
-        __cpuidex-definition-conflicting-gcc-11.patch::https://github.com/mirror/mingw-w64/commit/d2374f898457b0f4ea8bd4084a94f2dafc87a99a.patch)
-sha512sums=('6691331a2ab521d22c1d32bebe0ed049bd62a7a7722cff38e7792b4e42c6b8df4356084afff6c916b487b3ebddc4372b398ab7cd0c7f4ff6991a70fe64177386'
-            'SKIP'
-            'e5ad3e276c2f449dc680424813ae4d385066afd6591554e0422ff6607f00bae9f3b00ad4138395b651667cf8a7eb191f0e90562e677430b63af1d1920e5ff32d')
+source=(https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2{,.sig})
+sha512sums=('3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516'
+            'SKIP')
 
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
-prepare() {
-  # FS#71074
-  patch -d mingw-w64-v$pkgver -p1 < __cpuidex-definition-conflicting-gcc-11.patch
-}
-
 build() {
   for _target in ${_targets}; do
     echo "Configuring ${_target} headers"



More information about the arch-commits mailing list