summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilken Gottwalt2023-08-05 15:06:41 +0200
committerWilken Gottwalt2023-08-05 15:06:41 +0200
commit3f6b486a0e52bfc944a04d7209ef8df900dc49e3 (patch)
tree0afd7971748516439db1acddb02069616e1e60e5 /PKGBUILD
parentdcaa3219acab58f82c5788c83f2e2c2a9e1e1ae1 (diff)
downloadaur-arm-linux-gnueabihf-gcc-stage1.tar.gz
fixed lost keys
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff070ae40aa6..a804848c50bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _target=arm-linux-gnueabihf
pkgname=${_target}-gcc-stage1
pkgver=13.2.0
_majorver=${pkgver%%.*}
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Compiler Collection. Stage 1 for toolchain building"
arch=(x86_64)
license=(GPL LGPL FDL custom)
@@ -19,7 +19,10 @@ depends=("${_target}-binutils>=2.40")
makedepends=(binutils gcc glibc zlib)
options=(!emptydirs !distcc !strip)
source=(https://sourceware.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz{,.sig})
-validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9) # bpiotrowski@archlinux.org
+validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9 # bpiotrowski@archlinux.org
+ 86CFFCA918CF3AF47147588051E8B148A9999C34 # evangelos@foutrelis.com
+ 13975A70E63C361C73AE69EF6EEB81F8981C74C7 # richard.guenther@gmail.com
+ D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek <jakub@redhat.com>
sha256sums=('e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da'
'SKIP')