summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-04-04 04:12:48 +0300
committerVyacheslav Razykov2021-04-04 04:12:48 +0300
commitdfa2f4a1e9cb3b0ec7ef5700830024a939cb72ab (patch)
treeba2dd4309652807c34300aba4fe98ec13eccc9b9
parentac1aaf707e06899853e4f7e396dfe0b4e2ac3d59 (diff)
downloadaur-dfa2f4a1e9cb3b0ec7ef5700830024a939cb72ab.tar.gz
Update to 2.36.1-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f96b3ccc28f..cca22e18aa68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
pkgbase = arm-linux-gnueabihf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (arm-linux-gnueabihf)
- pkgver = 2.35.1
+ pkgver = 2.36.1
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
license = GPL
- makedepends = elfutils
depends = glibc
depends = zlib
depends = elfutils
options = staticlibs
options = !distcc
options = !ccache
- source = https://ftpmirror.gnu.org/gnu/binutils/binutils-2.35.1.tar.xz
- source = https://ftpmirror.gnu.org/gnu/binutils/binutils-2.35.1.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
+ sha256sums = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 3e2740b84d8a..13dc325c62f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-binutils
-pkgver=2.35.1
+pkgver=2.36.1
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=(i686 x86_64)
@@ -18,9 +18,9 @@ license=(GPL)
depends=(glibc zlib elfutils)
#makedepends=('elfutils')
options=(staticlibs !distcc !ccache)
-#source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}
-source=(https://ftpmirror.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
-sha256sums=('3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607'
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
+#source=(https://ftpmirror.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
+sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0'
'SKIP')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
@@ -54,7 +54,6 @@ build() {
--enable-lto \
--enable-plugins \
--enable-relro \
- --enable-shared \
--enable-threads \
--disable-gdb \
--disable-werror \