From 439181c2f7506dca40efae14cd5868051dd87468 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 1 Mar 2019 13:27:43 -0300 Subject: upgpkg: libre/arm-linux-gnueabi-gcc 8.3.0-1 Signed-off-by: David P --- libre/arm-linux-gnueabi-gcc/PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'libre/arm-linux-gnueabi-gcc') diff --git a/libre/arm-linux-gnueabi-gcc/PKGBUILD b/libre/arm-linux-gnueabi-gcc/PKGBUILD index 8014bde46..f747cb3d8 100644 --- a/libre/arm-linux-gnueabi-gcc/PKGBUILD +++ b/libre/arm-linux-gnueabi-gcc/PKGBUILD @@ -2,23 +2,25 @@ _target=arm-linux-gnueabi pkgname=$_target-gcc -_pkgver=8.2.0 +_pkgver=8.3.0 #_snapshot=8-20180824 pkgver=$_pkgver${_snapshot/*-/+} -_islver=0.19 -pkgrel=2 -pkgdesc="The GNU Compiler Collection - cross compiler for ARM target" -arch=('x86_64' 'i686' 'armv7h') +_islver=0.20 +pkgrel=1 +pkgdesc='The GNU Compiler Collection - cross compiler for ARM target' +arch=(x86_64 i686 armv7h) url='http://gcc.gnu.org/' license=(GPL LGPL FDL) depends=($_target-binutils libmpc zlib) makedepends=(gmp mpfr) options=(!emptydirs !strip) -source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz +source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz{,.sig} #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz http://isl.gforge.inria.fr/isl-$_islver.tar.bz2) -sha512sums=('64898a165f67e136d802a92e7633bf1b06c85266027e52127ea025bf5fc2291b5e858288aac0bdba246e6cdf7c6ec88bc8e0e7f3f6f1985f4297710cafde56ed' - '08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083') +sha512sums=('1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802' + 'SKIP' + 'afe2e159b74646a26449268637403d271f9e3f6410d8cc1c9cffca41370c4357b165dea844db0c2a654591f954e54710dda650c8088abd4711406aa6302da950') +validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek if [ -n "$_snapshot" ]; then _basedir=gcc-$_snapshot -- cgit v1.2.2