summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2017-02-12 22:31:32 -0500
committerJames P. Harvey2017-02-14 23:16:56 -0500
commit4b12e6317172359e47120f455bbeb8e703ad7dc8 (patch)
treefd39958b86bbe3a75823461a4502696882c477a9
parent186f514c5ad2dc903b1183803e7ef34ca75bd74a (diff)
downloadaur-4b12e6317172359e47120f455bbeb8e703ad7dc8.tar.gz
Use the github mirror rather than the official upstream git repo, because it is much more reliable (official often times out) and much faster (for me, an average of 35 min brought down to 10 min.)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fec27208e1e..25a0e8223793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 15 04:16:37 UTC 2017
+# Wed Feb 15 04:16:47 UTC 2017
pkgbase = gcc-git
pkgdesc = The GNU Compiler Collection (developmental version)
pkgver = 7.0.1.r152299.a718e363671
@@ -19,7 +19,7 @@ pkgbase = gcc-git
makedepends = doxygen
makedepends = git
options = !emptydirs
- source = git+https://gcc.gnu.org/git/gcc.git
+ source = git+https://github.com/gcc-mirror/gcc
source = http://isl.gforge.inria.fr/isl-0.16.1.tar.bz2
md5sums = SKIP
md5sums = ac1f25a0677912952718a51f5bc20f32
diff --git a/PKGBUILD b/PKGBUILD
index 5c5920299c7c..354e6f5d0703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@
# ======================================
# Maintainer: James Harvey <jamespharvey20@gmail.com>
# * This PKGBUILD as closely as possible matches core's gcc 6.3.1-1
+# * The github mirror is much more reliable and faster than the official upstream git repo
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
# NOTE: libtool requires rebuilt with each new gcc version
@@ -25,7 +26,7 @@ url="http://gcc.gnu.org"
makedepends=('binutils>=2.26' 'libmpc' 'gcc-ada' 'doxygen' 'git')
checkdepends=('dejagnu' 'inetutils')
options=('!emptydirs')
-source=(git+https://gcc.gnu.org/git/gcc.git
+source=(git+https://github.com/gcc-mirror/gcc
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
md5sums=('SKIP'
'ac1f25a0677912952718a51f5bc20f32')