summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-13 01:48:36 +0300
committerVyacheslav Razykov2021-10-13 01:48:36 +0300
commit0536e685d44438879dfabd16864059df028b4a0b (patch)
treefc0d1eb0aea3e55547e98ed849c793875c3a9eae
parentf341b05a56bb1fd9d9c141a9b2d9cc7ad9ff1239 (diff)
downloadaur-0536e685d44438879dfabd16864059df028b4a0b.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 4e4a34a843fc..baaa050ebcad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = arm-linux-gnueabihf-glibc-headers
pkgdesc = GNU C Library headers (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-stage1>=11.1.0-1
+ makedepends = arm-linux-gnueabihf-gcc-stage1>=11.2.0-2
makedepends = python
- depends = arm-linux-gnueabihf-linux-api-headers>=5.10.9-2
+ depends = arm-linux-gnueabihf-linux-api-headers>=5.14.9-1
options = !buildflags
options = !strip
+ options = !lto
options = staticlibs
options = debug
source = https://ftp.gnu.org/gnu/glibc/glibc-2.33.tar.xz
@@ -27,4 +28,3 @@ pkgbase = arm-linux-gnueabihf-glibc-headers
md5sums = cfe57018d06bf748b8ca1779980fef33
pkgname = arm-linux-gnueabihf-glibc-headers
-
diff --git a/PKGBUILD b/PKGBUILD
index 3d592d51e05c..dc3ba45e65e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-glibc-headers
pkgver=2.33
-pkgrel=3
+pkgrel=4
pkgdesc="GNU C Library headers (${_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-stage1>=11.1.0-1" python)
-options=(!buildflags !strip staticlibs debug)
+depends=("${_target}-linux-api-headers>=5.14.9-1")
+makedepends=("${_target}-gcc-stage1>=11.2.0-2" python)
+options=(!buildflags !strip !lto staticlibs debug)
source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
sdt.h sdt-config.h
bz27343.patch)