summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-03-12 23:59:04 -0300
committerDaniel Bermond2022-03-12 23:59:04 -0300
commit1338fac9b6af3858b65fd58980982ca389a71581 (patch)
treed1d75d43636e5034e57237ca7f28d9f14ac624ba
parent8fc520689b816851ed45935cdcea56f2ea25bf48 (diff)
downloadaur-1338fac9b6af3858b65fd58980982ca389a71581.tar.gz
Update to version 2.35
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ccc3ba5ab5..75029f5f7b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mips64-linux-gnu-glibc
pkgdesc = GNU C library for the MIPS64 target with multilib ABI
- pkgver = 2.34
+ pkgver = 2.35
pkgrel = 1
url = https://www.gnu.org/software/libc/
arch = any
@@ -12,13 +12,14 @@ pkgbase = mips64-linux-gnu-glibc
options = !emptydirs
options = !strip
options = staticlibs
- source = https://ftp.gnu.org/gnu/glibc/glibc-2.34.tar.xz
- source = https://ftp.gnu.org/gnu/glibc/glibc-2.34.tar.xz.sig
+ options = !lto
+ source = https://ftp.gnu.org/gnu/glibc/glibc-2.35.tar.xz
+ source = https://ftp.gnu.org/gnu/glibc/glibc-2.35.tar.xz.sig
source = sdt-config.h
source = sdt.h
validpgpkeys = 7273542B39962DF7B299931416792B4EA25340F8
validpgpkeys = BC7C7372637EC10C57D7AA6579C43DFBF1CF2187
- sha256sums = 44d26a1fe20b8853a48f470ead01e4279e869ac149b195dda4e44a195d981ab2
+ sha256sums = 5123732f6b67ccd319305efd399971d58592122bcc2a6518a1bd2510dd0cf52e
sha256sums = SKIP
sha256sums = cdc234959c6fdb43f000d3bb7d1080b0103f4080f5e67bcfe8ae1aaf477812f0
sha256sums = 774061aff612a377714a509918a9e0e0aafce708b87d2d7e06b1bd1f6542fe70
diff --git a/PKGBUILD b/PKGBUILD
index 4d2afa968ab5..f2cc1f92eb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-linux-gnu
pkgname="${_target}-glibc"
-pkgver=2.34
+pkgver=2.35
pkgrel=1
pkgdesc='GNU C library for the MIPS64 target with multilib ABI'
arch=('any')
@@ -11,11 +11,11 @@ url='https://www.gnu.org/software/libc/'
license=('GPL' 'LGPL')
depends=("${_target}-linux-api-headers")
makedepends=("${_target}-gcc-bootstrap" 'python')
-options=('!emptydirs' '!strip' 'staticlibs')
+options=('!emptydirs' '!strip' 'staticlibs' '!lto')
source=("https://ftp.gnu.org/gnu/glibc/glibc-${pkgver}.tar.xz"{,.sig}
'sdt-config.h'
'sdt.h')
-sha256sums=('44d26a1fe20b8853a48f470ead01e4279e869ac149b195dda4e44a195d981ab2'
+sha256sums=('5123732f6b67ccd319305efd399971d58592122bcc2a6518a1bd2510dd0cf52e'
'SKIP'
'cdc234959c6fdb43f000d3bb7d1080b0103f4080f5e67bcfe8ae1aaf477812f0'
'774061aff612a377714a509918a9e0e0aafce708b87d2d7e06b1bd1f6542fe70')