summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-13 04:07:19 +0300
committerVyacheslav Razykov2021-10-13 04:07:19 +0300
commitd24dc233db7b70cd1664900edd054809fb3afe84 (patch)
tree6c2c869c85410d4c9bb1b903718d038f8c6e575b /PKGBUILD
parente868990a21a7d0917d4b63c7b8d225480ba34343 (diff)
downloadaur-d24dc233db7b70cd1664900edd054809fb3afe84.tar.gz
Update to 2.33-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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)