summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-04-04 04:12:48 +0300
committerVyacheslav Razykov2021-04-04 04:12:48 +0300
commitdfa2f4a1e9cb3b0ec7ef5700830024a939cb72ab (patch)
treeba2dd4309652807c34300aba4fe98ec13eccc9b9 /PKGBUILD
parentac1aaf707e06899853e4f7e396dfe0b4e2ac3d59 (diff)
downloadaur-dfa2f4a1e9cb3b0ec7ef5700830024a939cb72ab.tar.gz
Update to 2.36.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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 \