summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2017-02-02 19:59:32 -0500
committerTavian Barnes2017-02-02 19:59:32 -0500
commitf0b91526b17fb2693f964e403b22423f5b97da58 (patch)
treed0806ad80a2a98e11a6e8d23b29649f5f0c0c830
parent6471b40821587b86ebcfef63d0ba50389a4a220d (diff)
downloadaur-f0b91526b17fb2693f964e403b22423f5b97da58.tar.gz
Bump to 2.24-2
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD22
2 files changed, 19 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c78d52160a..f2b0beac6952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Jul 21 15:04:11 UTC 2016
+# Fri Feb 3 00:59:18 UTC 2017
pkgbase = arm-linux-gnueabihf-glibc
pkgdesc = GNU C Library (arm-linux-gnueabihf)
- pkgver = 2.23
- pkgrel = 5
+ pkgver = 2.24
+ pkgrel = 2
url = http://www.gnu.org/software/libc/
arch = any
license = GPL
license = LGPL
- makedepends = arm-linux-gnueabihf-gcc-stage2>=6.1.1
+ makedepends = arm-linux-gnueabihf-gcc-stage2>=6.3.1
makedepends = gperf
- depends = arm-linux-gnueabihf-linux-api-headers>=4.5.5
- provides = arm-linux-gnueabihf-glibc-headers=2.23
+ depends = arm-linux-gnueabihf-linux-api-headers>=4.7
+ provides = arm-linux-gnueabihf-glibc-headers=2.24
provides = arm-linux-gnueabihf-eglibc
conflicts = arm-linux-gnueabihf-glibc-headers
conflicts = arm-linux-gnueabihf-eglibc
@@ -19,12 +19,10 @@ pkgbase = arm-linux-gnueabihf-glibc
options = !buildflags
options = !strip
options = staticlibs
- source = http://ftp.gnu.org/gnu/libc/glibc-2.23.tar.xz
- source = http://ftp.gnu.org/gnu/libc/glibc-2.23.tar.xz.sig
- source = glibc-1915d6d1.patch.xz
- md5sums = 456995968f3acadbed39f5eba31678df
+ source = http://ftp.gnu.org/gnu/libc/glibc-2.24.tar.xz
+ source = http://ftp.gnu.org/gnu/libc/glibc-2.24.tar.xz.sig
+ md5sums = 97dc5517f92016f3d70d83e3162ad318
md5sums = SKIP
- md5sums = 90fad90d55a4c70d91a79539ed3642e2
pkgname = arm-linux-gnueabihf-glibc
diff --git a/PKGBUILD b/PKGBUILD
index aa9645d8d4e0..a3f4d96257dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,30 +6,28 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-glibc
-pkgver=2.23
-pkgrel=5
-_commit=1915d6d1
+pkgver=2.24
+pkgrel=2
+_commit=fdfc9260
pkgdesc="GNU C Library (${_target})"
arch=('any')
url="http://www.gnu.org/software/libc/"
license=('GPL' 'LGPL')
-depends=("${_target}-linux-api-headers>=4.5.5")
-makedepends=("${_target}-gcc-stage2>=6.1.1" 'gperf')
+depends=("${_target}-linux-api-headers>=4.7")
+makedepends=("${_target}-gcc-stage2>=6.3.1" 'gperf')
provides=("${_target}-glibc-headers=${pkgver}" "${_target}-eglibc")
conflicts=("${_target}-glibc-headers" "${_target}-eglibc")
replaces=("${_target}-glibc-headers")
options=('!buildflags' '!strip' 'staticlibs')
-source=(http://ftp.gnu.org/gnu/libc/glibc-${pkgver}.tar.xz{,.sig}
- glibc-${_commit}.patch.xz)
-md5sums=('456995968f3acadbed39f5eba31678df'
- 'SKIP'
- '90fad90d55a4c70d91a79539ed3642e2')
-validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF') # Carlos O'Donell
+source=(http://ftp.gnu.org/gnu/libc/glibc-${pkgver}.tar.xz{,.sig})
+md5sums=('97dc5517f92016f3d70d83e3162ad318'
+ 'SKIP')
+validpgpkeys=('7273542B39962DF7B299931416792B4EA25340F8') # Carlos O'Donell
prepare() {
cd glibc-${pkgver}
- patch -p1 -i ${srcdir}/glibc-${_commit}.patch
+ #patch -p1 -i ${srcdir}/glibc-${_commit}.patch
mkdir ${srcdir}/glibc-build
}