summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilken Gottwalt2023-08-06 05:46:02 +0200
committerWilken Gottwalt2023-08-06 05:46:02 +0200
commit1b654150796f124da153bf2c3ef3899aa182f99b (patch)
treeceadc0e82d010a0143026810e5c59c781cb058ce /PKGBUILD
parent54bc2cec873c37c2850bab8ac792f3b69276471f (diff)
downloadaur-arm-linux-gnueabihf-glibc-headers.tar.gz
remove conflicting replaces line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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)