summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2017-04-06 20:15:41 -0400
committerTavian Barnes2017-04-06 20:15:41 -0400
commit7ddaf9111ef441ba35e73a2bf13aa2a607a39f5c (patch)
tree61d811e658de73ffb9de13ac5a78cb6a73abc32d
parent2b22f1249baef935984c6acb33e63dac581de29d (diff)
downloadaur-7ddaf9111ef441ba35e73a2bf13aa2a607a39f5c.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 5191e498aca5..37df079c52e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 3 00:49:32 UTC 2017
+# Fri Apr 7 00:15:33 UTC 2017
pkgbase = arm-linux-gnueabihf-gcc-stage2
pkgdesc = The GNU Compiler Collection. Stage 2 for toolchain building (arm-linux-gnueabihf)
pkgver = 6.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
license = LGPL
license = FDL
license = custom
- depends = arm-linux-gnueabihf-binutils>=2.27
- depends = arm-linux-gnueabihf-glibc-headers>=2.24
+ depends = arm-linux-gnueabihf-binutils>=2.28.0-2
+ depends = arm-linux-gnueabihf-glibc-headers>=2.25-1
depends = libmpc
depends = zlib
provides = arm-linux-gnueabihf-gcc-stage1=6.3.1
@@ -21,9 +21,9 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
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-stage2
diff --git a/PKGBUILD b/PKGBUILD
index e10110640850..305740d39a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,20 +9,20 @@ pkgname=${_target}-gcc-stage2
pkgver=6.3.1
_pkgver=6
_islver=0.16.1
-pkgrel=1
-_commit=4ca53f06ff7d346ef8021a23108f23a5406a0417
+pkgrel=2
+_commit=4fc407888a30c5d953816b05c8a8e98ec2ab3101
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.27" "${_target}-glibc-headers>=2.24" 'libmpc' 'zlib')
+depends=("${_target}-binutils>=2.28.0-2" "${_target}-glibc-headers>=2.25-1" '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=('e65d06ed7c00e68bc84f6989752a09eb'
+md5sums=('caa9e0f74678087d447d1dd87f358d97'
'ac1f25a0677912952718a51f5bc20f32')
prepare() {