summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2021-10-17 08:52:07 +0800
committerpingplug2021-10-17 08:52:07 +0800
commit2b4c6ffb0a471200046b6011624d632efb9d60c4 (patch)
treeb1dada817a05a9caf699876ebd6ffb4da03894e7
parent9f9f07dc092245f7261a8951a647bacc02b3318d (diff)
downloadaur-2b4c6ffb0a471200046b6011624d632efb9d60c4.tar.gz
Update URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be33134a32d5..6b61fcf03b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mingw-w64-headers-git
pkgdesc = MinGW-w64 headers for Windows (git version)
- pkgver = 9.0.0.20210601
+ pkgver = 9.0.0.20211016
pkgrel = 1
- url = https://mingw-w64.org/doku.php
+ url = https://www.mingw-w64.org/
arch = any
groups = mingw-w64-toolchain
groups = mingw-w64
license = custom
makedepends = git
- provides = mingw-w64-headers=9.0.0.20210601
+ provides = mingw-w64-headers=9.0.0.20211016
conflicts = mingw-w64-headers
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 32cf9692ebc0..4c1e0450a83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ _pkgver=9.0.0
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-headers-git
-pkgver=9.0.0.20210601
+pkgver=9.0.0.20211016
pkgrel=1
pkgdesc="MinGW-w64 headers for Windows (git version)"
arch=('any')
-url="https://mingw-w64.org/doku.php"
+url="https://www.mingw-w64.org/"
license=('custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
makedepends=('git')