summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2023-06-23 11:07:18 +0000
committerChrister Solskogen2023-06-23 11:07:18 +0000
commit1afd4b65bdd555772fa04365e0d65d1214632b78 (patch)
tree40b24c7e6699beb409c8d1e08b293cd0f671204a
parentca2049f942f56a9ee24ba415fcd5555e521409d0 (diff)
downloadaur-aarch64-glibc.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 0894854edf53..489ca34b7d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarch64-glibc
pkgdesc = GNU C Library ARM64 target
pkgver = 2.37
- pkgrel = 4
+ pkgrel = 6
url = https://www.gnu.org/software/libc/
arch = any
license = GPL
@@ -12,7 +12,7 @@ pkgbase = aarch64-glibc
makedepends = python
options = !strip
options = staticlibs
- source = git+https://sourceware.org/git/glibc.git#commit=ff3a71ec1fc02757b38c9c3209118d14dd10c7b6
+ source = git+https://sourceware.org/git/glibc.git#commit=3593050c27dcf691f670fd3fa9d347c99351ed2f
validpgpkeys = 7273542B39962DF7B299931416792B4EA25340F8
validpgpkeys = BC7C7372637EC10C57D7AA6579C43DFBF1CF2187
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1c8b86234fc1..ca176562b68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ _arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-glibc
pkgver=2.37
-pkgrel=4
-_commit=ff3a71ec1fc02757b38c9c3209118d14dd10c7b6
+pkgrel=6
+_commit=3593050c27dcf691f670fd3fa9d347c99351ed2f
pkgdesc="GNU C Library ARM64 target"
arch=(any)
url='https://www.gnu.org/software/libc/'