summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author4shadoww2019-01-27 12:28:30 +0200
committer4shadoww2019-01-27 12:28:30 +0200
commitafe5d3ebfe514681baa13b2c6cff11c39f30d541 (patch)
tree05530bd619f072538727f030222ffd3b24298478 /PKGBUILD
parentaad7c372c7292f10aeecd0779eb7571b71f318e4 (diff)
downloadaur-afe5d3ebfe514681baa13b2c6cff11c39f30d541.tar.gz
patch gcc9-pr85644
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bf7a306d403..cddcb9a65039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-gcc-bin
pkgver=8.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler (pre-compiled)"
arch=('x86_64')
url="https://gcc.gnu.org/"
@@ -12,8 +12,8 @@ depends=('zlib' 'libmpc' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthr
provides=("mingw-w64-gcc=${pkgver}" "mingw-w64-gcc-base")
conflicts=('mingw-w64-gcc')
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-gcc/mingw-w64-gcc-$pkgver.tar.xz")
-md5sums=('4c9427a8dbc3862580733742e56cfc87')
+source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-gcc/mingw-w64-gcc-$pkgver-4.tar.xz")
+md5sums=('a597f1226da431f34ae6f0ff4b7ece94')
package() {
cd "mingw-w64-gcc/"