summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2023-04-28 14:29:26 +0000
committerChrister Solskogen2023-04-28 14:29:26 +0000
commit5fe6e81e7cac0e26bbcc625ff6367b475d6d53a1 (patch)
tree06ddc97aab66c04cdf7be65178cfa4ad65361240
parent1203eb94b39419d7c5a2cc361ba212d3b508c200 (diff)
downloadaur-5fe6e81e7cac0e26bbcc625ff6367b475d6d53a1.tar.gz
update and switch git source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d5ba585d017..3d92a8d51591 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 = 12.2.1
- pkgrel = 4
+ pkgver = 13.1.1
+ pkgrel = 1
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://sourceware.org/git/gcc.git#commit=015cf9f84b0b6792f982e505392ca574e04c8d23
+ source = git+https://gcc.gnu.org/git/gcc.git#commit=ffc6b225c955a3d8478de1beba5ad08a7396648c
validpgpkeys = F3691687D867B81B51CE07D9BBE43771487328A9
validpgpkeys = 86CFFCA918CF3AF47147588051E8B148A9999C34
validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
diff --git a/PKGBUILD b/PKGBUILD
index 5709cd92921e..88da9aa8cad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-gcc-bootstrap
-pkgver=12.2.1
-pkgrel=4
+pkgver=13.1.1
+pkgrel=1
pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target - bootstrap compiler'
arch=(x86_64)
url='https://gcc.gnu.org/'
@@ -15,8 +15,8 @@ makedepends=($_arch-binutils git)
provides=($_arch-gcc)
conflicts=($_arch-gcc)
options=(!emptydirs !strip staticlibs)
-_commit=015cf9f84b0b6792f982e505392ca574e04c8d23
-source=(git+https://sourceware.org/git/gcc.git#commit=${_commit})
+_commit=ffc6b225c955a3d8478de1beba5ad08a7396648c
+source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit})
sha256sums=('SKIP')