summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-10-02 22:49:39 +0800
committerpingplug2020-10-02 22:49:39 +0800
commit501209222a041fb5ed8a4afdc8766da3bc82d3b6 (patch)
treea869233c00caf50728303281ca064928168cfcf0
parent830c650fcaeb6d6911d904bd901a17cc13fd4f21 (diff)
downloadaur-501209222a041fb5ed8a4afdc8766da3bc82d3b6.tar.gz
Updated to 8.0.0+
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f15b84ca2cfa..58366d6c4c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-crt-git
pkgdesc = MinGW-w64 CRT for Windows (git version)
- pkgver = 7.0.0.20200224
+ pkgver = 8.0.0.20200927
pkgrel = 1
url = https://mingw-w64.org/doku.php
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-crt-git
makedepends = git
makedepends = mingw-w64-gcc-base
makedepends = mingw-w64-binutils
- makedepends = mingw-w64-headers-git>=7.0.0.20200224
- provides = mingw-w64-crt=7.0.0.20200224
+ makedepends = mingw-w64-headers-git>=8.0.0.20200927
+ provides = mingw-w64-crt=8.0.0.20200927
conflicts = mingw-w64-crt
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index f0914bf00cb0..425a434ca496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: rubenvb < vanboxem dot ruben at gmail dot com >
# Contributor: rkitover < rkitover at gmail dot com >
-_pkgver=7.0.0
+_pkgver=8.0.0
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-crt-git
-pkgver=7.0.0.20200224
+pkgver=8.0.0.20200927
pkgrel=1
pkgdesc="MinGW-w64 CRT for Windows (git version)"
arch=('any')