summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4shadoww2018-09-19 18:43:53 +0300
committer4shadoww2018-09-19 18:43:53 +0300
commita4e65513939c0947fc0e4ff86e11a7dbdeec1c69 (patch)
treea28b228a7916c000384c7c813553dd58417b40ad
parent6d4f2834564ce149c8b03d4f9fc1af55f0fd034a (diff)
downloadaur-a4e65513939c0947fc0e4ff86e11a7dbdeec1c69.tar.gz
6.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a42e0574cc0e..3f857bc871e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = mingw-w64-headers-bin
pkgdesc = MinGW-w64 headers for Windows (pre-compiled)
- pkgver = 5.0.4
+ pkgver = 6.0.0
pkgrel = 1
url = http://mingw-w64.sourceforge.net
arch = any
groups = mingw-w64-toolchain
groups = mingw-w64
license = custom
- provides = mingw-w64-headers=5.0.4
+ provides = mingw-w64-headers=6.0.0
conflicts = mingw-w64-headers
options = !strip
options = !libtool
options = !emptydirs
- source = https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-headers/mingw-w64-headers-5.0.4.tar.xz
- md5sums = fd196dfd9b3da6dc3476d4e7b29c057a
+ source = https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-headers/mingw-w64-headers-6.0.0.tar.xz
+ md5sums = d598d2c56ff3ea88b9ad5313418bcc2c
pkgname = mingw-w64-headers-bin
diff --git a/PKGBUILD b/PKGBUILD
index 36353afaf2d7..8147d32d14dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noa-Emil Nissinen <aur dot satella at spamgourmet dot org>
pkgname=mingw-w64-headers-bin
-pkgver=5.0.4
+pkgver=6.0.0
pkgrel=1
pkgdesc="MinGW-w64 headers for Windows (pre-compiled)"
arch=('any')
@@ -12,7 +12,7 @@ provides=("mingw-w64-headers=${pkgver}")
conflicts=('mingw-w64-headers')
options=('!strip' '!libtool' '!emptydirs')
source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-headers/mingw-w64-headers-$pkgver.tar.xz")
-md5sums=("fd196dfd9b3da6dc3476d4e7b29c057a")
+md5sums=("d598d2c56ff3ea88b9ad5313418bcc2c")
package() {
cd "mingw-w64-headers/"