summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2019-09-22 21:56:23 +0200
committerMarcin Wieczorek2019-09-22 21:56:23 +0200
commit7d8a211d98aa2bbef0097e92aefec17507b28d9e (patch)
tree0af6991c837e59b5732303bab2053161343740f3 /PKGBUILD
parent0c3cc906558156d4e2af0437987bf5eea2243659 (diff)
downloadaur-7d8a211d98aa2bbef0097e92aefec17507b28d9e.tar.gz
Version 9.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c1973d1ef66..50bd3902acde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mips-elf-gcc
_pkgname=gcc
_target="mips-elf"
-pkgver=5.4.0
+pkgver=9.1.0
pkgrel=1
pkgdesc="The GNU Compiler Collection for the MIPS-elf architecture"
url="http://www.gnu.org/software/gcc/"
@@ -12,8 +12,10 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('libmpc' "cross-${_target}-binutils")
options=('!ccache' '!distcc' '!emptydirs' '!libtool' '!strip')
-source=("ftp://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('4c626ac2a83ef30dfb9260e6f59c2b30')
+source=("ftp://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/${_pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('21cda7bbe39c95d0e81694433608a7be'
+ 'SKIP')
+validpgpkeys=('33C235A34C46AA3FFB293709A328C3A2C3C45C06')
_sysroot="/usr/lib/cross-${_target}"
prepare() {