summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author4shadoww2018-12-06 12:02:57 +0200
committer4shadoww2018-12-06 12:02:57 +0200
commitaad7c372c7292f10aeecd0779eb7571b71f318e4 (patch)
tree63913503e383a551deb8b68a235c1466e9395a3d /PKGBUILD
parentb1dc58d2d0801f8fbcfd658ef4e8929c2725f882 (diff)
downloadaur-aad7c372c7292f10aeecd0779eb7571b71f318e4.tar.gz
added patch https://gcc.gnu.org/ml/gcc-patches/2018-08/msg00559.html
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8da60bb9777..2bf7a306d403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-gcc-bin
pkgver=8.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler (pre-compiled)"
arch=('x86_64')
url="https://gcc.gnu.org/"
@@ -13,7 +13,7 @@ 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=('8127885d9097b2dc9df9855d37890f55')
+md5sums=('4c9427a8dbc3862580733742e56cfc87')
package() {
cd "mingw-w64-gcc/"