Cloning/updating repos through the HTTPS protocol results in Gigabytes of data transferred.
This reverts commit 113e9130ae.
Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
@@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libiconv" "${MINGW_PACKAGE_PREFIX}-zlib")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-libiconv" "${MINGW_PACKAGE_PREFIX}-zlib" "git")
|
||||
options=('staticlibs' '!distcc' '!ccache' 'debug' '!strip')
|
||||
#install=binutils.install
|
||||
source=("${_realname}"::"git+https://sourceware.org/git/binutils-gdb.git#branch=${_realname}-${_base_ver//./_}-branch"
|
||||
source=("${_realname}"::"git://sourceware.org/git/binutils-gdb.git#branch=${_realname}-${_base_ver//./_}-branch"
|
||||
0001-MinGW-w64-Two-fixes-for-unusual-files.patch
|
||||
0002-MinGW-w64-Fix-libiberty-makefile.patch
|
||||
0003-MinGW-w64-Fix-libibery-configure.patch
|
||||
|
||||
@@ -41,7 +41,7 @@ options=('staticlibs' '!emptydirs' '!strip' 'debug')
|
||||
_branch=gcc-7-branch
|
||||
_realpkgver="$(git archive --remote=git://gcc.gnu.org/git/gcc.git refs/heads/${_branch}:gcc/ BASE-VER | tar -xO)"
|
||||
|
||||
source=("git+https://gcc.gnu.org/git/gcc.git#branch=${_branch}"
|
||||
source=("git://gcc.gnu.org/git/gcc.git#branch=${_branch}"
|
||||
"0001-gcc-5-branch-gfortran-incorrect-reading-of-values-fr.patch"
|
||||
"0002-Relocate-libintl.patch"
|
||||
"0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch"
|
||||
|
||||
@@ -26,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-iconv"
|
||||
"${MINGW_PACKAGE_PREFIX}-xz"
|
||||
"git")
|
||||
options=('staticlibs' '!distcc' '!ccache' 'debug' '!strip')
|
||||
source=("${_realname}"::"git+https://sourceware.org/git/binutils-gdb.git#branch=master"
|
||||
source=("${_realname}"::"git://sourceware.org/git/binutils-gdb.git#branch=master"
|
||||
gdbinit
|
||||
0001-MinGW-w64-Two-fixes-for-unusual-files.patch
|
||||
0002-MinGW-w64-Fix-libibery-configure.patch
|
||||
|
||||
Reference in New Issue
Block a user