summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24e2ae695456..3b7e08d15a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -126,7 +126,7 @@ EOF
cat << EOF >> "${pkgdir}/opt/${_pkgname}/cargo/config"
rustflags = [
EOF
- if pacman -T "mingw-w64-crt>5.0.3.20171219" ; then
+ if pacman -T "mingw-w64-crt-git>5.0.4.20171219" ; then
cat << EOF >> "${pkgdir}/opt/${_pkgname}/cargo/config"
"-C", "link-arg=-lmsvcrt",
EOF