summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-10-24 21:42:17 +0800
committerpingplug2019-10-24 21:42:17 +0800
commita635e5832c791ce493d30390fb5dc30f3f479ac3 (patch)
tree50a01914d69c3ab7a64a8f9110ccdc337cb84b4e
parent0f9f3eb5172ecaf5ae7810d989c8abea41124dc8 (diff)
downloadaur-a635e5832c791ce493d30390fb5dc30f3f479ac3.tar.gz
bump
they break toolchain again
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e9680ffec8..189c89d2f4f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-crt-git
pkgdesc = MinGW-w64 CRT for Windows (git version)
- pkgver = 6.0.0.20190518
+ pkgver = 6.0.0.20190901
pkgrel = 1
url = https://mingw-w64.org/doku.php
arch = any
@@ -10,13 +10,13 @@ pkgbase = mingw-w64-crt-git
makedepends = git
makedepends = mingw-w64-gcc-base
makedepends = mingw-w64-binutils
- makedepends = mingw-w64-headers-git>=6.0.0.20190518
- provides = mingw-w64-crt=6.0.0.20190518
+ makedepends = mingw-w64-headers-git>=6.0.0.20190901
+ provides = mingw-w64-crt=6.0.0.20190901
conflicts = mingw-w64-crt
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64
+ source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=0a1d495478d8ed1a94fc77b9dbb428b7e0372588
sha256sums = SKIP
pkgname = mingw-w64-crt-git
diff --git a/PKGBUILD b/PKGBUILD
index 1b911c900fc7..ed6a1d54ad87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgver=6.0.0
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-crt-git
-pkgver=6.0.0.20190518
+pkgver=6.0.0.20190901
pkgrel=1
pkgdesc="MinGW-w64 CRT for Windows (git version)"
arch=('any')
@@ -22,7 +22,7 @@ makedepends=('git'
provides=("mingw-w64-crt=${pkgver}")
conflicts=('mingw-w64-crt')
options=('!strip' 'staticlibs' '!buildflags')
-source=("git+https://git.code.sf.net/p/mingw-w64/mingw-w64")
+source=("git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=0a1d495478d8ed1a94fc77b9dbb428b7e0372588")
sha256sums=('SKIP')
pkgver() {