summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-11-12 09:51:29 +0800
committerpingplug2019-11-12 09:51:29 +0800
commitcc1efda4def5893cf7def1547620ab2ce41c2e87 (patch)
treef591749c5b4954bc954ef600272e23e05130e388
parenta635e5832c791ce493d30390fb5dc30f3f479ac3 (diff)
downloadaur-cc1efda4def5893cf7def1547620ab2ce41c2e87.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 189c89d2f4f6..962ba4dab95b 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.20190901
+ pkgver = 7.0.0.20191109
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.20190901
- provides = mingw-w64-crt=6.0.0.20190901
+ makedepends = mingw-w64-headers-git>=7.0.0.20191109
+ provides = mingw-w64-crt=7.0.0.20191109
conflicts = mingw-w64-crt
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=0a1d495478d8ed1a94fc77b9dbb428b7e0372588
+ source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64
sha256sums = SKIP
pkgname = mingw-w64-crt-git
diff --git a/PKGBUILD b/PKGBUILD
index ed6a1d54ad87..c8c62e2c0d19 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=6.0.0
+_pkgver=7.0.0
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-crt-git
-pkgver=6.0.0.20190901
+pkgver=7.0.0.20191109
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#commit=0a1d495478d8ed1a94fc77b9dbb428b7e0372588")
+source=("git+https://git.code.sf.net/p/mingw-w64/mingw-w64")
sha256sums=('SKIP')
pkgver() {