summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba891a9a57ad..9951327541a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,20 +7,20 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-glibc-headers
pkgver=2.23
-pkgrel=4
-_commit=a37d61a6
+pkgrel=5
+_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.2")
+depends=("${_target}-linux-api-headers>=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}
glibc-${_commit}.patch.xz)
md5sums=('456995968f3acadbed39f5eba31678df'
'SKIP'
- 'bd20955ffd9d0b4ee246e7cca20430bc')
+ '90fad90d55a4c70d91a79539ed3642e2')
validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF') # Carlos O'Donell
prepare() {