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
commita1fc5a02045a547c487cddcc42d98e5f317bbde5 (patch)
tree3ec8c9c53d8cb7e24d0f32f31e4255d18a07706c /PKGBUILD
parentd69312630dc6e57ac8e5e07605fe67cb46183c0e (diff)
downloadaur-a1fc5a02045a547c487cddcc42d98e5f317bbde5.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 63e56e64fab2..e1f1fad49c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ pkgname="${_target}-gcc"
pkgver=6.1.1
_pkgver=6
_islver=0.16.1
-pkgrel=1
-_commit=80f78834
+pkgrel=3
+_commit=1bbd3999
pkgdesc="The GNU Compiler Collection (${_target})"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
url="http://gcc.gnu.org"
-depends=("${_target}-binutils>=2.26-4" "${_target}-glibc>=2.23-4" 'libmpc' 'elfutils' 'zlib')
+depends=("${_target}-binutils>=2.26.1-1" "${_target}-glibc>=2.23-5" 'libmpc' 'elfutils' 'zlib')
checkdepends=('dejagnu' 'inetutils')
options=('!emptydirs' '!distcc' '!strip')
conflicts=("${_target}-gcc-stage1" "${_target}-gcc-stage2")
@@ -23,7 +23,7 @@ replaces=("${_target}-gcc-stage1" "${_target}-gcc-stage2")
provides=("${_target}-gcc-stage1=${pkgver}" "${_target}-gcc-stage2=${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() {