summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2021-06-03 08:28:31 +0800
committerpingplug2021-06-03 08:28:31 +0800
commit9f9f07dc092245f7261a8951a647bacc02b3318d (patch)
tree8b629e21b4676468c1ac0c484a7bc2d060902f00
parent6825bed01e7b8cab4a2a742431506cbd8d9c69e5 (diff)
downloadaur-9f9f07dc092245f7261a8951a647bacc02b3318d.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b329953cd943..be33134a32d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-headers-git
pkgdesc = MinGW-w64 headers for Windows (git version)
- pkgver = 8.0.0.20200927
+ pkgver = 9.0.0.20210601
pkgrel = 1
url = https://mingw-w64.org/doku.php
arch = any
@@ -8,7 +8,7 @@ pkgbase = mingw-w64-headers-git
groups = mingw-w64
license = custom
makedepends = git
- provides = mingw-w64-headers=8.0.0.20200927
+ provides = mingw-w64-headers=9.0.0.20210601
conflicts = mingw-w64-headers
options = !strip
options = staticlibs
@@ -17,4 +17,3 @@ pkgbase = mingw-w64-headers-git
sha256sums = SKIP
pkgname = mingw-w64-headers-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 426a96135074..32cf9692ebc0 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=8.0.0
+_pkgver=9.0.0
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-headers-git
-pkgver=8.0.0.20200927
+pkgver=9.0.0.20210601
pkgrel=1
pkgdesc="MinGW-w64 headers for Windows (git version)"
arch=('any')