summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTavian Barnes2016-07-21 11:33:36 -0400
committerTavian Barnes2016-07-21 11:33:36 -0400
commitd4afa9ee2e7e5276ddaa155351879e0c36c96b33 (patch)
tree7c0d3c05d0c45bbf1e660267d24e93f14265a775 /PKGBUILD
parent04bce27fc8a24c3699d432266c9e621ed93df9d4 (diff)
downloadaur-d4afa9ee2e7e5276ddaa155351879e0c36c96b33.tar.gz
Bump to 6.1.1-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3089f23b11b5..70d1d35f0b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,20 +9,20 @@ pkgname=${_target}-gcc-stage2
pkgver=6.1.1
_pkgver=6
_islver=0.16.1
-pkgrel=1
-_commit=80f78834
+pkgrel=3
+_commit=1bbd3999
pkgdesc="The GNU Compiler Collection. Stage 2 for toolchain building (${_target})"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
url="http://gcc.gnu.org"
-depends=("${_target}-binutils>=2.26-4" "${_target}-glibc-headers>=2.23-4" 'libmpc' 'zlib')
+depends=("${_target}-binutils>=2.26.1-1" "${_target}-glibc-headers>=2.23-5" 'libmpc' 'zlib')
options=('!emptydirs' '!distcc' '!strip')
conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")
provides=("${_target}-gcc-stage1=${pkgver}")
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
-md5sums=('405eea1379f597d9876e33636c9cb6c7'
+md5sums=('d4c4546f927b2984d66574b1b5cb817e'
'ac1f25a0677912952718a51f5bc20f32')
prepare() {