Package Details: i386-elf-binutils 2.46.1-1

Git Clone URL: https://aur.archlinux.org/i386-elf-binutils.git (read-only, click to copy)
Package Base: i386-elf-binutils
Description: GNU binutils for the i386- toolchain
Upstream URL: https://www.gnu.org/software/binutils
Licenses: GPL
Groups: i386-elf-toolchain
Submitter: c0repwn3r
Maintainer: danirod
Last Packager: danirod
Votes: 5
Popularity: 0.111559
First Submitted: 2022-03-18 19:48 (UTC)
Last Updated: 2026-07-08 23:42 (UTC)

Latest Comments

leahanderson commented on 2026-06-06 17:47 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index 7892e5f..f6ade55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = i386-elf-binutils
    pkgdesc = GNU binutils for the i386- toolchain
-   pkgver = 2.45.1
+   pkgver = 2.46.0
    pkgrel = 1
    url = https://www.gnu.org/software/binutils
    arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = i386-elf-binutils
    license = GPL
    makedepends = gcc
    depends = xz
-   source = http://ftpmirror.gnu.org/binutils/binutils-2.45.1.tar.xz
-   sha256sums = 5fe101e6fe9d18fdec95962d81ed670fdee5f37e3f48f0bef87bddf862513aa5
+   source = http://ftpmirror.gnu.org/binutils/binutils-2.46.0.tar.xz
+   sha256sums = d75a94f4d73e7a4086f7513e67e439e8fcdcbb726ffe63f4661744e6256b2cf2

 pkgname = i386-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index b7b5217..8935a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Dani Rodríguez <dani@danirod.es>
 # Contributor: c0repwn3r <core@coredoes.dev>
 pkgname=i386-elf-binutils
-pkgver=2.45.1
+pkgver=2.46.0
 pkgrel=1
 epoch=
 pkgdesc="GNU binutils for the i386- toolchain"
@@ -12,7 +12,7 @@ groups=(i386-elf-toolchain)
 makedepends=(gcc)
 depends=(xz)
 source=("http://ftpmirror.gnu.org/binutils/binutils-$pkgver.tar.xz")
-sha256sums=("5fe101e6fe9d18fdec95962d81ed670fdee5f37e3f48f0bef87bddf862513aa5")
+sha256sums=("d75a94f4d73e7a4086f7513e67e439e8fcdcbb726ffe63f4661744e6256b2cf2")

 build() {
     # Create temporary build dir

upgrade diff

vramana commented on 2024-06-13 02:17 (UTC)

I am unable to compile this package through AUR.

Here is the error I have recieved.

If I download the package locally and compile it, I am able to compile it cleanly.