summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
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.)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')