summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2023-06-23 11:06:56 +0000
committerChrister Solskogen2023-06-23 11:06:56 +0000
commit31282bfc084f52fbcda9459fd7a8db6dd315020b (patch)
tree54be30ab502343ab25079055e9c365b3e8b62e7b
parent5fe6e81e7cac0e26bbcc625ff6367b475d6d53a1 (diff)
downloadaur-aarch64-gcc-bootstrap.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d92a8d51591..b50bc49577de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarch64-gcc-bootstrap
pkgdesc = The GNU Compiler Collection - cross compiler for ARM64 target - bootstrap compiler
pkgver = 13.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://gcc.gnu.org/
arch = x86_64
license = GPL
@@ -17,7 +17,7 @@ pkgbase = aarch64-gcc-bootstrap
options = !emptydirs
options = !strip
options = staticlibs
- source = git+https://gcc.gnu.org/git/gcc.git#commit=ffc6b225c955a3d8478de1beba5ad08a7396648c
+ source = git+https://gcc.gnu.org/git/gcc.git#commit=fd8fc2c2ef69013043d0484b93054fb39b37664e
validpgpkeys = F3691687D867B81B51CE07D9BBE43771487328A9
validpgpkeys = 86CFFCA918CF3AF47147588051E8B148A9999C34
validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
diff --git a/PKGBUILD b/PKGBUILD
index 88da9aa8cad4..e0922beee529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-gcc-bootstrap
pkgver=13.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target - bootstrap compiler'
arch=(x86_64)
url='https://gcc.gnu.org/'
@@ -15,7 +15,7 @@ makedepends=($_arch-binutils git)
provides=($_arch-gcc)
conflicts=($_arch-gcc)
options=(!emptydirs !strip staticlibs)
-_commit=ffc6b225c955a3d8478de1beba5ad08a7396648c
+_commit=fd8fc2c2ef69013043d0484b93054fb39b37664e
source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit})
sha256sums=('SKIP')