Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
binutils
Commits:
467062c2 by Frederik Schwan at 2026-02-09T14:26:17+01:00
upgpkg: 2.46-1
- - - - -
3 changed files:
- .SRCINFO
- − .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = binutils
pkgdesc = A set of programs to assemble and manipulate binary and
object files
- pkgver = 2.45.1+r35+g12d0a1dbc1b9
+ pkgver = 2.46
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
@@ -31,11 +31,11 @@ pkgbase = binutils
options = !distcc
options = !ccache
backup = etc/gprofng.rc
- source =
git+https://sourceware.org/git/binutils-gdb.git#commit=12d0a1dbc1b9ecc3a3ae7361bccb70ab32c16cf1
+ source =
git+https://sourceware.org/git/binutils-gdb.git#commit=49d4d3fafa4ec4ff5a3460d91d5b1ed5286487db
source = gold-warn-unsupported.patch
source = 0001-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums =
405ddddcb0f0eff2c71c126185351b4284abe7cf8ccb1a32d95eac06c58aacaf
+ sha256sums =
0a4d90af84c0c310048fa80352178fc16bfb98de6dbf7c7efeb1d7f6276ed011
sha256sums =
2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4
sha256sums =
cd1816becb0e992ebc09f2ff66050e4b92fad33f0b7acc833cf513f4e4791d1a
=====================================
.nvchecker.toml deleted
=====================================
@@ -1,8 +0,0 @@
-[binutils]
-source = "git"
-git = "https://sourceware.org/git/binutils-gdb.git"
-prefix = "binutils-"
-include_regex = 'binutils-([\d_]+)'
-from_pattern = '_'
-to_pattern = '.'
-sort_version_key = 'vercmp'
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
# toolchain build order:
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
pkgname=binutils
-pkgver=2.45.1+r35+g12d0a1dbc1b9
-_commit=12d0a1dbc1b9ecc3a3ae7361bccb70ab32c16cf1
+pkgver=2.46
+_commit=49d4d3fafa4ec4ff5a3460d91d5b1ed5286487db
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files'
arch=(x86_64)
@@ -57,7 +57,7 @@ source=(
gold-warn-unsupported.patch
0001-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch
)
-sha256sums=('405ddddcb0f0eff2c71c126185351b4284abe7cf8ccb1a32d95eac06c58aacaf'
+sha256sums=('0a4d90af84c0c310048fa80352178fc16bfb98de6dbf7c7efeb1d7f6276ed011'
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4'
'cd1816becb0e992ebc09f2ff66050e4b92fad33f0b7acc833cf513f4e4791d1a')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/467062c2fa262aa7fd73bf45d4e50a80295da43d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/467062c2fa262aa7fd73bf45d4e50a80295da43d
You're receiving this email because of your account on gitlab.archlinux.org.