summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid P2018-09-16 13:12:01 -0300
committerDavid P2018-09-16 13:12:01 -0300
commit0281108a0c05beb88c9ddae6cd0b770ef8e7abad (patch)
tree6f8fcc50a39913d4e8cb2bd06bcc91ae4e838c4d /PKGBUILD
parent1f54699df21c4ea93ced857fcaaed1be777579af (diff)
downloadaur-0281108a0c05beb88c9ddae6cd0b770ef8e7abad.tar.gz
upgpkg: arm-linux-gnueabi-gcc 8.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8694b323e763..cf3d744abc21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_target=arm-linux-gnueabi
pkgname=$_target-gcc
-_pkgver=8.1.0
-pkgver=$_pkgver+20180427
+_pkgver=8.2.0
+#_snapshot=8-20180824
+pkgver=$_pkgver${_snapshot/*-/+}
_islver=0.19
pkgrel=1
-_snapshot=${pkgver:0:1}-${pkgver##$_pkgver+}
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