summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2019-04-09 19:32:05 +0800
committerpingplug2019-04-09 19:32:05 +0800
commit12093a5116c7f27be0246c7c3861599640d56587 (patch)
treed230af959a1cf97a9a9031bb410a4790ec547e34 /PKGBUILD
parent38ae3823d3ce166cc4c379a76c229ce011908de1 (diff)
downloadaur-12093a5116c7f27be0246c7c3861599640d56587.tar.gz
skip the latest commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1180fe175cd..c37826b20f77 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-winpthreads-git
@@ -25,7 +26,7 @@ conflicts=('mingw-w64-winpthreads'
'mingw-w64-headers-bootstrap')
replaces=('mingw-w64-headers-bootstrap')
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() {