summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2017-04-06 20:25:57 -0400
committerTavian Barnes2017-04-06 20:25:57 -0400
commit8ccf4315648ba3f8bd15c468bbc89a6dbba7808f (patch)
treec0124345b5cdbdec24461e9c7e8ec554eef36ed5
parent3b0aafd77f3ad063250a54574f593efdf6095524 (diff)
downloadaur-8ccf4315648ba3f8bd15c468bbc89a6dbba7808f.tar.gz
Bump to 6.3.1-2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb43dfb7839..5b98d252b8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 3 01:16:55 UTC 2017
+# Fri Apr 7 00:25:54 UTC 2017
pkgbase = arm-linux-gnueabihf-gcc
pkgdesc = The GNU Compiler Collection (arm-linux-gnueabihf)
pkgver = 6.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = arm-linux-gnueabihf-gcc
license = custom
checkdepends = dejagnu
checkdepends = inetutils
- depends = arm-linux-gnueabihf-binutils>=2.7
- depends = arm-linux-gnueabihf-glibc>=2.24
+ depends = arm-linux-gnueabihf-binutils>=2.28.0-2
+ depends = arm-linux-gnueabihf-glibc>=2.25-1
depends = libmpc
depends = elfutils
depends = zlib
@@ -27,9 +27,9 @@ pkgbase = arm-linux-gnueabihf-gcc
options = !emptydirs
options = !distcc
options = !strip
- source = https://github.com/gcc-mirror/gcc/archive/4ca53f06ff7d346ef8021a23108f23a5406a0417.tar.gz
+ source = https://github.com/gcc-mirror/gcc/archive/4fc407888a30c5d953816b05c8a8e98ec2ab3101.tar.gz
source = http://isl.gforge.inria.fr/isl-0.16.1.tar.bz2
- md5sums = e65d06ed7c00e68bc84f6989752a09eb
+ md5sums = caa9e0f74678087d447d1dd87f358d97
md5sums = ac1f25a0677912952718a51f5bc20f32
pkgname = arm-linux-gnueabihf-gcc
diff --git a/PKGBUILD b/PKGBUILD
index 2b37182bfb7c..730aca69abc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ pkgname="${_target}-gcc"
pkgver=6.3.1
_pkgver=6
_islver=0.16.1
-pkgrel=1
-_commit=4ca53f06ff7d346ef8021a23108f23a5406a0417
+pkgrel=2
+_commit=4fc407888a30c5d953816b05c8a8e98ec2ab3101
pkgdesc="The GNU Compiler Collection (${_target})"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
url="http://gcc.gnu.org"
-depends=("${_target}-binutils>=2.7" "${_target}-glibc>=2.24" 'libmpc' 'elfutils' 'zlib')
+depends=("${_target}-binutils>=2.28.0-2" "${_target}-glibc>=2.25-1" '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=('e65d06ed7c00e68bc84f6989752a09eb'
+md5sums=('caa9e0f74678087d447d1dd87f358d97'
'ac1f25a0677912952718a51f5bc20f32')
prepare() {