From 77eda8be4bac54aae61f38315e46157cefa22706 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 5 May 2019 18:48:16 -0700 Subject: Updated isl to 0.21 Change source package to xz url to https --- PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 889a0ba..66c031c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,27 +3,28 @@ # # I maintain this because: # Required to build linux-libre-firmware +# Parabola version uses bz2 source package _target=arm-linux-gnueabi pkgname=$_target-gcc _pkgver=8.3.0 #_snapshot=8-20180824 pkgver=$_pkgver${_snapshot/*-/+} -_islver=0.20 +_islver=0.21 pkgrel=1 pkgdesc='The GNU Compiler Collection - cross compiler for ARM target' arch=(x86_64 i686 armv7h) -url='http://gcc.gnu.org/' +url='https://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{,.sig} #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz - http://isl.gforge.inria.fr/isl-$_islver.tar.bz2) + http://isl.gforge.inria.fr/isl-$_islver.tar.xz) sha512sums=('1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802' 'SKIP' - 'afe2e159b74646a26449268637403d271f9e3f6410d8cc1c9cffca41370c4357b165dea844db0c2a654591f954e54710dda650c8088abd4711406aa6302da950') + '87ebc2fd6d4325cdfa82295a659ed6dbd70760a776b733e5503bbf8baa8fe80d905879728e9c7f23d2f3bcd7e78c00a66ab166c013ae97b603f7c460c69668ec') validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek if [ -n "$_snapshot" ]; then -- cgit v1.2.1