summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt2018-02-04 21:43:04 +0100
committerStefan Schmidt2018-02-04 21:43:04 +0100
commit34193ddfa64d34c9dd9584c98126d0191f0d68e1 (patch)
treef3353fbb1196a8424e456f3c68f0dfae00982bee
parentb7297a85b694179b01e4900b48ced145658ce33d (diff)
downloadaur-34193ddfa64d34c9dd9584c98126d0191f0d68e1.tar.gz
Fixed dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbcdf6a6b974..03b311f06d7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = powerpc-linux-gnu-glibc-headers
pkgdesc = GNU C Library headers (powerpc-linux-gnu)
pkgver = 2.23
- pkgrel = 5
+ pkgrel = 6
url = http://www.gnu.org/software/libc/
arch = any
license = GPL
license = LGPL
makedepends = powerpc-linux-gnu-gcc-stage1>=5.3.0
- depends = powerpc-linux-gnu-linux-api-headers>=4.5.5
+ depends = powerpc-linux-gnu-linux-api-headers-x>=4.5.5
options = !buildflags
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 4e3a9e154179..8a3d9ebb05da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
_target="powerpc-linux-gnu"
pkgname=${_target}-glibc-headers
pkgver=2.23
-pkgrel=5
+pkgrel=6
_commit=1915d6d1
pkgdesc="GNU C Library headers (${_target})"
arch=('any')
url="http://www.gnu.org/software/libc/"
license=('GPL' 'LGPL')
-depends=("${_target}-linux-api-headers>=4.5.5")
+depends=("${_target}-linux-api-headers-x>=4.5.5")
makedepends=("${_target}-gcc-stage1>=5.3.0")
options=('!buildflags' '!strip' 'staticlibs')
source=(http://ftp.gnu.org/gnu/libc/glibc-${pkgver}.tar.xz{,.sig}