summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca3c0614b695..5d25deb3ea54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _sysroot=/usr/lib/${_target}
_pkgname=binutils
pkgname=$_target-${_pkgname}
-pkgver=2.32
+pkgver=2.33.1
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the x86_64-elf target'
arch=(x86_64)
@@ -13,8 +13,11 @@ url='http://www.gnu.org/software/binutils/'
license=(GPL)
depends=(zlib)
options=(!emptydirs !docs)
-source=("http://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz")
-sha256sums=('0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04')
+source=("http://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz"
+ "https://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz.sig")
+
+sha256sums=('ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf'
+ 'SKIP')
_basedir=binutils-$pkgver
prepare() {