two fixes to the previous, url update commit

Ref: https://github.com/Alexpux/MINGW-packages/pull/1077#issuecomment-186880520
This commit is contained in:
Viktor Szakats
2016-02-21 19:36:17 +01:00
parent d85be47fa0
commit a451d9c1e1
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'