summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2016-07-21 11:33:36 -0400
committerTavian Barnes2016-07-21 11:33:36 -0400
commitd4afa9ee2e7e5276ddaa155351879e0c36c96b33 (patch)
tree7c0d3c05d0c45bbf1e660267d24e93f14265a775
parent04bce27fc8a24c3699d432266c9e621ed93df9d4 (diff)
downloadaur-d4afa9ee2e7e5276ddaa155351879e0c36c96b33.tar.gz
Bump to 6.1.1-3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fb8c13e5c6b..9477cab52ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 16 22:22:22 UTC 2016
+# Thu Jul 21 15:18:47 UTC 2016
pkgbase = arm-linux-gnueabihf-gcc-stage2
pkgdesc = The GNU Compiler Collection. Stage 2 for toolchain building (arm-linux-gnueabihf)
pkgver = 6.1.1
- pkgrel = 1
+ pkgrel = 3
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.26-4
- depends = arm-linux-gnueabihf-glibc-headers>=2.23-4
+ depends = arm-linux-gnueabihf-binutils>=2.26.1-1
+ depends = arm-linux-gnueabihf-glibc-headers>=2.23-5
depends = libmpc
depends = zlib
provides = arm-linux-gnueabihf-gcc-stage1=6.1.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/80f78834.tar.gz
+ source = https://github.com/gcc-mirror/gcc/archive/1bbd3999.tar.gz
source = http://isl.gforge.inria.fr/isl-0.16.1.tar.bz2
- md5sums = 405eea1379f597d9876e33636c9cb6c7
+ md5sums = d4c4546f927b2984d66574b1b5cb817e
md5sums = ac1f25a0677912952718a51f5bc20f32
pkgname = arm-linux-gnueabihf-gcc-stage2
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() {