summaryrefslogtreecommitdiff
path: root/libre/arm-linux-gnueabi-gcc
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-08-28 15:30:10 -0300
committerDavid P <megver83@parabola.nu>2018-08-28 15:30:10 -0300
commitbeef27c03ae2e8a09ca462ff0d3b193e33484fb9 (patch)
tree469bfe53884df12e82dc7b43b0b88292aff4fb8a /libre/arm-linux-gnueabi-gcc
parentc2745abaf93df05a4e5d3de4c149e43599e0a677 (diff)
upgpkg: libre/arm-linux-gnueabi-gcc 8.2.0-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/arm-linux-gnueabi-gcc')
-rw-r--r--libre/arm-linux-gnueabi-gcc/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/arm-linux-gnueabi-gcc/PKGBUILD b/libre/arm-linux-gnueabi-gcc/PKGBUILD
index 8694b323e..f0c1dfc5d 100644
--- a/libre/arm-linux-gnueabi-gcc/PKGBUILD
+++ b/libre/arm-linux-gnueabi-gcc/PKGBUILD
@@ -2,11 +2,11 @@
_target=arm-linux-gnueabi
pkgname=$_target-gcc
-_pkgver=8.1.0
-pkgver=$_pkgver+20180427
+_pkgver=8.2.0
+pkgver=$_pkgver${_snapshot/*-/+}
_islver=0.19
pkgrel=1
-_snapshot=${pkgver:0:1}-${pkgver##$_pkgver+}
+#_snapshot=8-20180824
pkgdesc="The GNU Compiler Collection - cross compiler for ARM target"
arch=('x86_64' 'i686' 'armv7h')
url='http://gcc.gnu.org/'
@@ -14,10 +14,10 @@ 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.bz2
- https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz
+ #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('c38c382f2246e2164d5f8d0402c4cfad7de0084f0d63d2ef9b489b7fa1695b157a2983f282811b6089dcb447432866d80dae4e84561c7f41395558cd96901d67'
+sha512sums=('64898a165f67e136d802a92e7633bf1b06c85266027e52127ea025bf5fc2291b5e858288aac0bdba246e6cdf7c6ec88bc8e0e7f3f6f1985f4297710cafde56ed'
'08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083')
if [ -n "$_snapshot" ]; then