summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrandomnobody2023-04-13 01:46:42 +0000
committerrandomnobody2023-04-12 18:46:42 -0700
commitaef35e75e1d79475afb22243353fa9b930913130 (patch)
tree89d371a5b8b5bcc46f72ba7546ceb6199d3509c8
parentc6e2d11b9e95d2b701ed2ed2c47c89d3f31ee9ff (diff)
downloadaur-aef35e75e1d79475afb22243353fa9b930913130.tar.gz
2.40
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d36320a737b4..03b3ae0bf667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = i686-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the i686-elf target
- pkgver = 2.39
+ pkgver = 2.40
pkgrel = 1
- url = http://www.gnu.org/software/binutils/
+ url = https://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
license = GPL
@@ -10,10 +10,10 @@ pkgbase = i686-elf-binutils
depends = libelf
options = !emptydirs
options = !docs
- source = https://mirrors.kernel.org/gnu/binutils/binutils-2.39.tar.xz
- source = https://mirrors.kernel.org/gnu/binutils/binutils-2.39.tar.xz.sig
+ source = https://mirrors.kernel.org/gnu/binutils/binutils-2.40.tar.xz
+ source = https://mirrors.kernel.org/gnu/binutils/binutils-2.40.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
+ sha256sums = 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
sha256sums = SKIP
pkgname = i686-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 12d0a2c1baff..894b77664c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
_target=i686-elf
pkgname=$_target-binutils
-pkgver=2.39
+pkgver=2.40
pkgrel=1
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)
+url='https://www.gnu.org/software/binutils/'
+license=('GPL')
depends=(zlib libelf)
options=(!emptydirs !docs)
-source=("https://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz"
- "https://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz.sig")
-_basedir=binutils-$pkgver
-sha256sums=('645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00'
+source=(https://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
+sha256sums=('0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1'
'SKIP')
-validpgpkeys=("3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F")
+validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F) # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
+_basedir=binutils-$pkgver
+
prepare() {
cd $_basedir