summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChrister Solskogen2023-06-23 11:06:56 +0000
committerChrister Solskogen2023-06-23 11:06:56 +0000
commit31282bfc084f52fbcda9459fd7a8db6dd315020b (patch)
tree54be30ab502343ab25079055e9c365b3e8b62e7b /PKGBUILD
parent5fe6e81e7cac0e26bbcc625ff6367b475d6d53a1 (diff)
downloadaur-aarch64-gcc-bootstrap.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')