Date: Monday, February 25, 2019 @ 23:53:50
  Author: anatolik
Revision: 436062

upgpkg: aarch64-linux-gnu-gcc 8.3.0-1

Modified:
  aarch64-linux-gnu-gcc/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-25 23:35:35 UTC (rev 436061)
+++ PKGBUILD    2019-02-25 23:53:50 UTC (rev 436062)
@@ -2,10 +2,10 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-gcc
-pkgver=8.2.0
+pkgver=8.3.0
 _islver=0.20
-pkgrel=3
-_snapshot=8-20190111
+pkgrel=1
+#_snapshot=8-20190111
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
@@ -13,10 +13,11 @@
 depends=($_target-binutils $_target-glibc libmpc zlib)
 makedepends=(gmp mpfr)
 options=(!emptydirs !strip staticlibs)
-source=(#https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-        https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+source=(https://ftp.gnu.org/gnu/gcc/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)
-sha256sums=('b9cdfc65ee9cf5054a9d45496c70830a58bcf30b551629ad052a55779ccdbd65'
+sha256sums=('64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c'
+            'SKIP'
             'b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 
<ja...@redhat.com>
 

Reply via email to