summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2017-08-14 20:36:04 -0400
committerTavian Barnes2017-08-14 20:46:24 -0400
commit54954a087eaf482b05e5085e0897105208e1d632 (patch)
tree81154a6a50a5e3aa1d7c96dfe9f0342e96b4a0bc
parenta247521a6fa5ea09ec69d111a5c6ffbf529d2f73 (diff)
downloadaur-54954a087eaf482b05e5085e0897105208e1d632.tar.gz
Bump to 2.25-7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bcab4a8e001..2b7d8f6390d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Jul 9 19:28:40 UTC 2017
+# Tue Aug 15 00:46:16 UTC 2017
pkgbase = arm-linux-gnueabihf-glibc-headers
pkgdesc = GNU C Library headers (arm-linux-gnueabihf)
pkgver = 2.25
- pkgrel = 5
+ pkgrel = 7
url = http://www.gnu.org/software/libc/
arch = any
license = GPL
license = LGPL
- makedepends = arm-linux-gnueabihf-gcc-stage1>=6.3.1-2
+ makedepends = arm-linux-gnueabihf-gcc-stage1>=7.1.1-4
depends = arm-linux-gnueabihf-linux-api-headers>=4.10.1-1
options = !buildflags
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index cebdc63b5fd5..d4d24f4092ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-glibc-headers
pkgver=2.25
-pkgrel=5
+pkgrel=7
_commit=adc7e06fb412a2a1ee52f8cb788caf436335b9f3 # release/2.25/master
pkgdesc="GNU C Library headers (${_target})"
arch=('any')
url="http://www.gnu.org/software/libc/"
license=('GPL' 'LGPL')
depends=("${_target}-linux-api-headers>=4.10.1-1")
-makedepends=("${_target}-gcc-stage1>=6.3.1-2")
+makedepends=("${_target}-gcc-stage1>=7.1.1-4")
options=('!buildflags' '!strip' 'staticlibs')
source=(http://ftp.gnu.org/gnu/libc/glibc-${pkgver}.tar.xz{,.sig}
glibc-${_commit}.patch)