Merge pull request #1079 from vszakats/urlfixups

two fixes to the previous, url update commit
This commit is contained in:
Alexpux
2016-02-25 08:15:12 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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'