diff --git a/mingw-w64-dmake/PKGBUILD b/mingw-w64-dmake/PKGBUILD index 9a6b806771..61868cea9a 100644 --- a/mingw-w64-dmake/PKGBUILD +++ b/mingw-w64-dmake/PKGBUILD @@ -11,7 +11,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('staticlibs' 'strip') license=('GPL') url="https://code.google.com/a/apache-extras.org/p/dmake/" -source=("https://dmake.apache-extras.org.codespot.com/files/dmake-${pkgver}.tar.bz2" +source=("http://dmake.apache-extras.org.codespot.com/files/dmake-${pkgver}.tar.bz2" '001-detect-mingw.patch' '002-disable-shell-environment-variable.patch' '003-fix-config-location.patch' diff --git a/mingw-w64-gcc/PKGBUILD b/mingw-w64-gcc/PKGBUILD index 01f487918a..b028ee6de5 100644 --- a/mingw-w64-gcc/PKGBUILD +++ b/mingw-w64-gcc/PKGBUILD @@ -34,7 +34,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-${_realname}" #checkdepends=('dejagnu') optdepends=() options=('strip' '!debug' 'staticlibs' '!emptydirs') -source=("https://gcc.gnu.org/pub/gcc/releases/${_realname}-${pkgver}/${_realname}-${pkgver}.tar.bz2" +source=("https://ftp.gnu.org/gnu/gcc/${_realname}-${pkgver}/${_realname}-${pkgver}.tar.bz2" '000-relocatex-libintl-0.18.3.1.mingw.patch' '001-gcc-4.8-libstdc++export.patch' '002-gcc-4.7-stdthreads.patch'