summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-04-09 19:30:16 +0800
committerpingplug2019-04-09 19:30:16 +0800
commitb6da51c807f307a201c26ecb6fcc9033fa23bf98 (patch)
treefc365c4d6ae59bd21630575175a08790fe9f568b
parentfc05d31cb55f503c2abb7b274ef890ea92786d17 (diff)
downloadaur-b6da51c807f307a201c26ecb6fcc9033fa23bf98.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 9eabbf575fcf..58a9b734ebc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = mingw-w64-crt-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-crt-git
diff --git a/PKGBUILD b/PKGBUILD
index 087fd4450b72..1f1c5a7731a1 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-crt-git
@@ -22,7 +23,7 @@ makedepends=('git'
provides=("mingw-w64-crt=${pkgver}")
conflicts=('mingw-w64-crt')
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() {