Revert "improve vcs protocols (#2451)" (#2474)

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:
LH_Mouse
2017-05-19 18:11:18 +08:00
committed by Алексей
parent d5374a2208
commit 67b4b17d2d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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