summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfinlaywashere2021-06-06 13:28:41 -0400
committerfinlaywashere2021-06-06 13:28:41 -0400
commitfd2c76ff7288582d0cc9f11f76e15bea68d72da3 (patch)
tree692d55dbdde7cf427a24235b1bae9afeba73cbcd
parent263f7910a2c2b4d89aca1d36a1453a6e902aae90 (diff)
downloadaur-fd2c76ff7288582d0cc9f11f76e15bea68d72da3.tar.gz
Updated to latest binutils version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f20463205cd1..5fd32b9479a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = i686-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the i686-elf target
- pkgver = 2.35
+ pkgver = 2.36.1
pkgrel = 2
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
license = GPL
depends = zlib
+ depends = libelf
options = !emptydirs
options = !docs
- source = http://mirrors.kernel.org/gnu/binutils/binutils-2.35.tar.xz
- source = https://mirrors.kernel.org/gnu/binutils/binutils-2.35.tar.xz.sig
+ source = http://mirrors.kernel.org/gnu/binutils/binutils-2.36.1.tar.xz
+ source = https://mirrors.kernel.org/gnu/binutils/binutils-2.36.1.tar.xz.sig
source = libiberty-ignore-cflags.patch
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
+ sha256sums = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
sha256sums = SKIP
sha256sums = 8b2aea00e98f7c311b1d0fb14e4b435a03c65fde32bc992c924edb6fa7b83c9c
pkgname = i686-elf-binutils
-
diff --git a/PKGBUILD b/PKGBUILD
index 44a8fe88fa94..77eb6a67b04a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
_target=i686-elf
pkgname=$_target-binutils
-pkgver=2.35
+pkgver=2.36.1
pkgrel=2
pkgdesc='A set of programs to assemble and manipulate binary and object files for the i686-elf target'
arch=(i686 x86_64)
url='http://www.gnu.org/software/binutils/'
license=(GPL)
-depends=(zlib)
+depends=(zlib libelf)
options=(!emptydirs !docs)
source=("http://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz"
"https://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz.sig"
"libiberty-ignore-cflags.patch")
_basedir=binutils-$pkgver
-sha256sums=('1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85'
+sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0'
'SKIP'
'8b2aea00e98f7c311b1d0fb14e4b435a03c65fde32bc992c924edb6fa7b83c9c')
validpgpkeys=("3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F")
@@ -34,6 +34,7 @@ build() {
--with-sysroot \
--prefix=/usr \
--bindir=/usr/bin \
+ --libdir=/usr/lib/i686-elf/ \
--disable-nls \
--disable-werror