summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfinlaywashere2020-01-15 15:26:59 -0500
committerfinlaywashere2020-01-15 15:26:59 -0500
commit7c0d163c0235e962fae9eaa02825a7a835581e7e (patch)
treecdc8726296f809f3ad856ff981450b969b4df83e
parent260ce79e9f4451475f4d7993269b5a3b5965f7e3 (diff)
downloadaur-7c0d163c0235e962fae9eaa02825a7a835581e7e.tar.gz
Updated to latest binutils
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 15 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84695e3f66ad..95e5e38b050b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x86_64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the x86_64-elf target
- pkgver = 2.32
+ pkgver = 2.33.1
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
@@ -8,8 +8,10 @@ pkgbase = x86_64-elf-binutils
depends = zlib
options = !emptydirs
options = !docs
- source = http://mirrors.kernel.org/gnu/binutils/binutils-2.32.tar.xz
- sha256sums = 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
+ source = http://mirrors.kernel.org/gnu/binutils/binutils-2.33.1.tar.xz
+ source = https://mirrors.kernel.org/gnu/binutils/binutils-2.33.1.tar.xz.sig
+ sha256sums = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
+ sha256sums = SKIP
pkgname = x86_64-elf-binutils
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c7832e4d8fe9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+x86_64*
+binutils*
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() {