summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-11-12 09:50:55 +0800
committerpingplug2019-11-12 09:50:55 +0800
commit4bf9cb81511092eff69589f4fb9843837017514b (patch)
treef55ab811f028015fec05a85edc8b035aa1ac645c
parent34ec02b16f0d05214d7645ff5a23625cb590f1dd (diff)
downloadaur-4bf9cb81511092eff69589f4fb9843837017514b.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2214e8cf4c0d..2dd6869a89e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-headers-git
pkgdesc = MinGW-w64 headers 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
@@ -8,12 +8,12 @@ pkgbase = mingw-w64-headers-git
groups = mingw-w64
license = custom
makedepends = git
- provides = mingw-w64-headers=6.0.0.20190901
+ provides = mingw-w64-headers=7.0.0.20191109
conflicts = mingw-w64-headers
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-headers-git
diff --git a/PKGBUILD b/PKGBUILD
index 2510431cc9bb..c3ed31cd616a 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-headers-git
-pkgver=6.0.0.20190901
+pkgver=7.0.0.20191109
pkgrel=1
pkgdesc="MinGW-w64 headers for Windows (git version)"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=('git')
provides=("mingw-w64-headers=${pkgver}")
conflicts=('mingw-w64-headers')
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() {