summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChrister Solskogen2023-06-23 11:06:24 +0000
committerChrister Solskogen2023-06-23 11:06:24 +0000
commit85b2032584b57d884cbb6bf76e7f28ae8ba6f731 (patch)
treeeaac3dce8a0fc822119b8c4065674266506e949f /PKGBUILD
parent701b7456eec96791390d7da7db5d2e08c4416a30 (diff)
downloadaur-aarch64-gcc.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 5a950ede6632..9250e32775c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-gcc
pkgver=13.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='The GNU Compiler Collection - cross compiler for aarch64'
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')