summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-09-28 17:44:28 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-09-28 17:45:52 +0000
commit1e0dba0eec6cdfd089f0ead30e12ea7a87a2b1cc (patch)
tree700bd8d00c8454452ffe8613ac8507500d6b12eb /buildtools
parentMerge branch 'colord_icc_store' of gitlab.com:fbbdev/inkscape (diff)
downloadinkscape-1e0dba0eec6cdfd089f0ead30e12ea7a87a2b1cc.tar.gz
inkscape-1e0dba0eec6cdfd089f0ead30e12ea7a87a2b1cc.zip
MSYS2: Switch to repo.msys2.org URL for imagemagick
(https://twitter.com/sfnet_ops/status/913044025791467520 among other reasons)
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/msys2installdeps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh
index 4bcda71fd..384597c09 100644
--- a/buildtools/msys2installdeps.sh
+++ b/buildtools/msys2installdeps.sh
@@ -70,10 +70,10 @@ $ARCH-libyaml
for arch in $(eval echo $ARCH); do
case ${arch} in
mingw-w64-i686)
- pacman -U --needed --noconfirm https://downloads.sourceforge.net/project/msys2/REPOS/MINGW/i686/mingw-w64-i686-imagemagick-6.9.3.7-1-any.pkg.tar.xz
+ pacman -U --needed --noconfirm http://repo.msys2.org/mingw/i686/mingw-w64-i686-imagemagick-6.9.3.7-1-any.pkg.tar.xz
;;
mingw-w64-x86_64)
- pacman -U --needed --noconfirm https://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-imagemagick-6.9.3.7-1-any.pkg.tar.xz
+ pacman -U --needed --noconfirm http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-imagemagick-6.9.3.7-1-any.pkg.tar.xz
;;
esac
done