summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2019-02-02 21:00:02 -0500
committerTavian Barnes2019-02-02 21:00:02 -0500
commit1c9a15450b03eabb09a30f9703ad68cc470eaf86 (patch)
treef1fd5afe972f19b1541433bb9a41e4337e2e8e49
parent2c695fd48de8b9e018ba0ea214a773975c709600 (diff)
downloadaur-1c9a15450b03eabb09a30f9703ad68cc470eaf86.tar.gz
Bump to 8.2.1+20181127
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD21
2 files changed, 21 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7c3ed96efe..fb3d40ba8881 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 11 15:13:36 UTC 2018
+# Sun Feb 3 01:59:46 UTC 2019
pkgbase = arm-linux-gnueabihf-gcc-stage1
pkgdesc = The GNU Compiler Collection. Stage 1 for toolchain building (arm-linux-gnueabihf)
- pkgver = 8.1.0
+ pkgver = 8.2.1+20181127
pkgrel = 1
url = http://gcc.gnu.org
arch = i686
@@ -11,16 +11,18 @@ pkgbase = arm-linux-gnueabihf-gcc-stage1
license = LGPL
license = FDL
license = custom
- depends = arm-linux-gnueabihf-binutils>=2.30-4
+ depends = arm-linux-gnueabihf-binutils>=2.31.1-4
depends = libmpc
depends = zlib
options = !emptydirs
options = !distcc
options = !strip
- source = https://ftp.gnu.org/gnu/gcc/gcc-8.1.0/gcc-8.1.0.tar.xz
- source = http://isl.gforge.inria.fr/isl-0.18.tar.bz2
- sha256sums = 1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153
- sha256sums = 6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b
+ source = https://sources.archlinux.org/other/gcc/gcc-8.2.1-20181127.tar.xz
+ source = https://sources.archlinux.org/other/gcc/gcc-8.2.1-20181127.tar.xz.sig
+ source = http://isl.gforge.inria.fr/isl-0.20.tar.bz2
+ sha256sums = 6f64ffda2839e96a8551b767bf4f92be4e7a09377ea40058355b4eeb13bc3800
+ sha256sums = SKIP
+ sha256sums = b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2
pkgname = arm-linux-gnueabihf-gcc-stage1
diff --git a/PKGBUILD b/PKGBUILD
index e39bbdb91b75..33ad1713005a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,25 +6,28 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-gcc-stage1
-pkgver=8.1.0
+pkgver=8.2.1+20181127
_majorver=${pkgver:0:1}
-_islver=0.18
+_islver=0.20
pkgrel=1
pkgdesc="The GNU Compiler Collection. Stage 1 for toolchain building (${_target})"
arch=(i686 x86_64)
license=(GPL LGPL FDL custom)
url='http://gcc.gnu.org'
-depends=("${_target}-binutils>=2.30-4" libmpc zlib)
+depends=("${_target}-binutils>=2.31.1-4" libmpc zlib)
options=(!emptydirs !distcc !strip)
-#source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
-source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz
+#source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
-sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
- '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b')
validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9 # bpiotrowski@archlinux.org
- 13975A70E63C361C73AE69EF6EEB81F8981C74C7) # richard.guenther@gmail.com
+ 86CFFCA918CF3AF47147588051E8B148A9999C34 # evangelos@foutrelis.com
+ 13975A70E63C361C73AE69EF6EEB81F8981C74C7 # richard.guenther@gmail.com
+ 33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <jakub@redhat.com>
+sha256sums=('6f64ffda2839e96a8551b767bf4f92be4e7a09377ea40058355b4eeb13bc3800'
+ 'SKIP'
+ 'b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2')
-_svnrev=259195
+_svnrev=264010
_svnurl=svn://gcc.gnu.org/svn/gcc/branches/gcc-${_majorver}-branch
_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}