summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilken Gottwalt2023-08-05 15:08:32 +0200
committerWilken Gottwalt2023-08-05 15:08:32 +0200
commit42f857024eb5b8671b73bf74750d20d49b21d308 (patch)
treec9c54138c5f8ab0368ca8dfb076803c0b089a387
parent1354ace691125e3436e65c940b5f129205e7e95a (diff)
downloadaur-arm-linux-gnueabihf-gcc-stage2.tar.gz
fixed lost keys
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd858aaff0ca..1d149eaea412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = arm-linux-gnueabihf-gcc-stage2
pkgdesc = The GNU Compiler Collection. Stage 2 for toolchain building
pkgver = 13.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://gcc.gnu.org
- arch = i686
arch = x86_64
license = GPL
license = LGPL
@@ -24,6 +23,9 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
source = https://sourceware.org/pub/gcc/releases/gcc-13.2.0/gcc-13.2.0.tar.xz
source = https://sourceware.org/pub/gcc/releases/gcc-13.2.0/gcc-13.2.0.tar.xz.sig
validpgpkeys = F3691687D867B81B51CE07D9BBE43771487328A9
+ validpgpkeys = 86CFFCA918CF3AF47147588051E8B148A9999C34
+ validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+ validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
sha256sums = e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d0ac0f8842b2..168507a7d6c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ _target=arm-linux-gnueabihf
pkgname=${_target}-gcc-stage2
pkgver=13.2.0
_majorver=${pkgver%%.*}
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Compiler Collection. Stage 2 for toolchain building"
-arch=(i686 x86_64)
+arch=(x86_64)
license=(GPL LGPL FDL custom)
url='https://gcc.gnu.org'
depends=("${_target}-binutils>=2.40" "${_target}-glibc-headers>=2.38")
@@ -22,8 +22,10 @@ conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")
provides=("${_target}-gcc-stage1=${pkgver}")
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')