summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-13 04:07:19 +0300
committerVyacheslav Razykov2021-10-13 04:07:19 +0300
commitd24dc233db7b70cd1664900edd054809fb3afe84 (patch)
tree6c2c869c85410d4c9bb1b903718d038f8c6e575b
parente868990a21a7d0917d4b63c7b8d225480ba34343 (diff)
downloadaur-d24dc233db7b70cd1664900edd054809fb3afe84.tar.gz
Update to 2.33-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380471650de8..18dc5b214435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = arm-linux-gnueabihf-glibc
pkgdesc = GNU C Library (arm-linux-gnueabihf)
pkgver = 2.33
- pkgrel = 3
+ pkgrel = 4
url = https://www.gnu.org/software/libc/
arch = any
license = GPL
license = LGPL
- makedepends = arm-linux-gnueabihf-gcc-stage2>=11.1.0-1
+ makedepends = arm-linux-gnueabihf-gcc-stage2>=11.2.0-3
makedepends = python
makedepends = gperf
- depends = arm-linux-gnueabihf-linux-api-headers>=5.10.9-2
+ depends = arm-linux-gnueabihf-linux-api-headers>=5.14.9-1
provides = arm-linux-gnueabihf-glibc-headers=2.33
provides = arm-linux-gnueabihf-eglibc
conflicts = arm-linux-gnueabihf-glibc-headers
@@ -17,6 +17,7 @@ pkgbase = arm-linux-gnueabihf-glibc
replaces = arm-linux-gnueabihf-glibc-headers
options = !buildflags
options = !strip
+ options = !lto
options = staticlibs
source = https://ftp.gnu.org/gnu/glibc/glibc-2.33.tar.xz
source = https://ftp.gnu.org/gnu/glibc/glibc-2.33.tar.xz.sig
@@ -32,4 +33,3 @@ pkgbase = arm-linux-gnueabihf-glibc
md5sums = cfe57018d06bf748b8ca1779980fef33
pkgname = arm-linux-gnueabihf-glibc
-
diff --git a/PKGBUILD b/PKGBUILD
index f0f9c4a1ca79..b94f8af426a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,17 +9,17 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-glibc
pkgver=2.33
-pkgrel=3
+pkgrel=4
pkgdesc="GNU C Library (${_target})"
arch=('any')
url="https://www.gnu.org/software/libc/"
license=(GPL LGPL)
-depends=("${_target}-linux-api-headers>=5.10.9-2")
-makedepends=("${_target}-gcc-stage2>=11.1.0-1" python gperf)
+depends=("${_target}-linux-api-headers>=5.14.9-1")
+makedepends=("${_target}-gcc-stage2>=11.2.0-3" python gperf)
provides=("${_target}-glibc-headers=${pkgver}" "${_target}-eglibc")
conflicts=("${_target}-glibc-headers" "${_target}-eglibc")
replaces=("${_target}-glibc-headers")
-options=(!buildflags !strip staticlibs)
+options=(!buildflags !strip !lto staticlibs)
source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
sdt.h sdt-config.h
bz27343.patch)