summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2017-03-10 19:36:08 -0500
committerJames P. Harvey2017-03-10 19:36:08 -0500
commitba5eb17b35a4bf753d5f1d02df3d849b0080635c (patch)
treed724bc03ed73d60dc252094169cd9bde31283a5b
parente82662ecd96ba1883f0109ad7476c0cf9ca111b7 (diff)
downloadaur-ba5eb17b35a4bf753d5f1d02df3d849b0080635c.tar.gz
Mirrored core's changes from 2.27-1 to 2.28-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e1c945609d6..953879e1905d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 8 20:15:41 UTC 2017
+# Sat Mar 11 00:35:40 UTC 2017
pkgbase = binutils-git
pkgdesc = A set of programs to assemble and manipulate binary and object files (git master developmental version)
- pkgver = 2.28.r89832.15c22686d0
+ pkgver = 2.28.r89848.5f4d108508
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = binutils-git
checkdepends = dejagnu
checkdepends = bc
makedepends = git
- depends = glibc>=2.24
+ depends = glibc>=2.25
depends = zlib
provides = binutils
conflicts = binutils-multilib
diff --git a/PKGBUILD b/PKGBUILD
index 46bad26bf2ef..c198049ca170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,18 +8,18 @@
# Modifications to Use Git Master Source
# ======================================
# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# * This PKGFILE as closely as possible matches core's binutils 2.27-1
+# * This PKGFILE as closely as possible matches core's binutils 2.28-1
# * All namcap warnings and errors are identical, other than:
# * Warning zlib is no longer a dependency
# * Siding with caution, leaving it as a dependency
# * Warning libraries libopcodes and libbfd are uninstalled dependencies
# * This is referencing itself, and the -git version is not installed in a chroot build because binutils is already installed, and it defaults to 'no' for the conflict
-# * It's hardcoded to look for a version in format 2.28.51.20170308.so, rather than 2.28.r89832.15c22686d0
+# * It's hardcoded to look for a version in format 2.28.51.20170308.so, rather than 2.28.r89848.5f4d108508
# * .51 is binutils' designation for their post-release development branch
pkgname=binutils-git
_pkgname=binutils-gdb
-pkgver=2.28.r89832.15c22686d0
+pkgver=2.28.r89848.5f4d108508
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (git master developmental version)"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ url="http://www.gnu.org/software/binutils/"
license=('GPL')
provides='binutils=${pkgver}'
groups=('base-devel')
-depends=('glibc>=2.24' 'zlib')
+depends=('glibc>=2.25' 'zlib')
makedepends=('git')
checkdepends=('dejagnu' 'bc')
provides=('binutils')
@@ -60,7 +60,6 @@ build() {
--with-bugurl=https://bugs.archlinux.org/ \
--enable-threads \
--enable-shared \
- --with-pic \
--enable-ld=default \
--enable-gold \
--enable-plugins \