summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21027da8e3bb..cf0bd59e1e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-glibc-headers
pkgdesc = GNU C Library headers
pkgver = 2.38
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnu.org/software/libc/
arch = any
license = GPL
@@ -11,7 +11,6 @@ pkgbase = arm-linux-gnueabihf-glibc-headers
depends = arm-linux-gnueabihf-linux-api-headers>=6.1
conflicts = arm-linux-gnueabihf-glibc
conflicts = arm-linux-gnueabihf-eglibc
- replaces = arm-linux-gnueabihf-glibc
options = !buildflags
options = !strip
options = !lto
diff --git a/PKGBUILD b/PKGBUILD
index 2d539e9bcc09..9fef5b562a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_target=arm-linux-gnueabihf
pkgname=${_target}-glibc-headers
pkgver=2.38
-pkgrel=2
+pkgrel=3
pkgdesc="GNU C Library headers"
arch=('any')
url="https://www.gnu.org/software/libc/"
@@ -18,7 +18,6 @@ license=(GPL LGPL)
depends=("${_target}-linux-api-headers>=6.1")
makedepends=("${_target}-gcc-stage1>=13.2.0" python)
conflicts=("${_target}-glibc" "${_target}-eglibc")
-replaces=("${_target}-glibc")
options=(!buildflags !strip !lto staticlibs)
source=(https://ftp.gnu.org/gnu/glibc/glibc-${pkgver}.tar.xz{,.sig}
sdt.h sdt-config.h)