summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2015-12-13 21:46:38 +0000
committerJames Harvey2015-12-13 21:46:38 +0000
commit072a7de063ef4ca9fe55ecc19323ddc811c88b7c (patch)
tree974130b1f8fe62560606148c9f2731221ce676f5
parent1b607837ef4644f0ddb4d26999026dcaa1aa51dd (diff)
downloadaur-072a7de063ef4ca9fe55ecc19323ddc811c88b7c.tar.gz
Mirrored extra's changes from 2.25-5 to 2.25.1-3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6ff9501cb5..2ef93241c7c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 13 21:45:27 UTC 2015
pkgbase = binutils-git
pkgdesc = A set of programs to assemble and manipulate binary and object files (git master developmental version)
- pkgver = 2.25.r84222.533edc1
+ pkgver = 2.26.r85898.67dd2c2
pkgrel = 1
url = http://www.gnu.org/software/binutils/
install = binutils.install
@@ -11,7 +13,7 @@ pkgbase = binutils-git
checkdepends = dejagnu
checkdepends = bc
makedepends = git
- depends = glibc>=2.20
+ depends = glibc>=2.22
depends = zlib
provides = binutils
conflicts = binutils-multilib
diff --git a/PKGBUILD b/PKGBUILD
index 0d057dfa8143..b0af0f89ff3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
# Modifications to Use Git Master Source
# ======================================
# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# * This PKGFILE as closely as possible matches core's binutils 2.25-5
-# * Core's binutils 2.25-5 binutils-e9c1bdad.patch is omitted
+# * This PKGFILE as closely as possible matches core's binutils 2.25.1-3
+# * Core's binutils 2.25.1-3 binutils-e9c1bdad.patch is omitted
# * It is git commit e9c1bdad
# * All namcap warnings and errors are identical, other than:
# * Warning zlib is no longer a dependency
@@ -22,14 +22,14 @@
pkgname=binutils-git
_pkgname=binutils-gdb
-pkgver=2.25.r84222.533edc1
+pkgver=2.26.r85898.67dd2c2
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (git master developmental version)"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
license=('GPL')
groups=('base-devel')
-depends=('glibc>=2.20' 'zlib')
+depends=('glibc>=2.22' 'zlib')
makedepends=('git')
checkdepends=('dejagnu' 'bc')
provides=('binutils')
@@ -62,6 +62,7 @@ build() {
--with-bugurl=https://bugs.archlinux.org/ \
--enable-threads --enable-shared --with-pic \
--enable-ld=default --enable-gold --enable-plugins \
+ --enable-deterministic-archives \
--disable-werror --disable-gdb
# check the host environment and makes sure all the necessary tools are available