summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-04-09 19:31:33 +0800
committerpingplug2019-04-09 19:31:33 +0800
commit8aa6db35d3ea0fe7b8050183193c1e84a4d37281 (patch)
tree2985ca3f55f3c400c1091b2fcbc450123924d83a
parent45e1d97d9282fa3bda343bfe293efabadda9ed54 (diff)
downloadaur-8aa6db35d3ea0fe7b8050183193c1e84a4d37281.tar.gz
skip the latest commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1e060e3d6b..0cae7d789d52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-headers-git
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64
+ source = git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=b13e8de242269cc58c219fec37516341de1f8310
sha256sums = SKIP
pkgname = mingw-w64-headers-git
diff --git a/PKGBUILD b/PKGBUILD
index 4987f91ffcd1..8b83be95d1fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@
# Contributor: rkitover <rkitover@gmail.com>
_pkgver=6.0.0
+_commit=b13e8de242269cc58c219fec37516341de1f8310 # conflict with gcc's own function
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-headers-git
@@ -19,7 +20,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")
+source=("git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=${_commit}")
sha256sums=('SKIP')
pkgver() {