Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
mingw-w64-binutils
Commits:
dfb7579e by Peter Jung at 2024-11-27T18:38:29+01:00
upgpkg: 2.43-1, update LICENSE
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,26 @@
pkgbase = mingw-w64-binutils
pkgdesc = Cross binutils for the MinGW-w64 cross-compiler
- pkgver = 2.39
+ pkgver = 2.43
pkgrel = 1
url = http://www.gnu.org/software/binutils
arch = x86_64
groups = mingw-w64-toolchain
groups = mingw-w64
- license = GPL
+ license = GPL-2.0-or-later
+ license = GPL-3.0-or-later
+ license = LGPL-2.0-or-later
+ license = LGPL-3.0-or-later
+ license = GFDL-1.3-only
+ license = FSFAP
+ depends = glibc
depends = zlib
+ depends = zstd
options = !libtool
options = !emptydirs
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.gz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.gz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.43.tar.gz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.43.tar.gz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha512sums =
b446f60e03c88d70e37089240b7ef563da31fbbf5f41a4de4cf576fa33ab1b184714657eac88aa05b5a051524af9fb9ec12a90d0bb33b16d181a4eb4aa388842
+ sha512sums =
27a19e23b2e8be9994f13687a6e0d6fd6db58f2013d4fd7b1c7f098069fbbee59e6500de4ea16b2218df5f23861f7925472081c3baec7a98533431c2d522c7b1
sha512sums = SKIP
pkgname = mingw-w64-binutils
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,22 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=mingw-w64-binutils
-pkgver=2.39
+pkgver=2.43
pkgrel=1
pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
arch=('x86_64')
url="http://www.gnu.org/software/binutils"
-license=('GPL')
+license=(GPL-2.0-or-later GPL-3.0-or-later LGPL-2.0-or-later LGPL-3.0-or-later
GFDL-1.3-only FSFAP)
groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib')
+depends=(
+ glibc
+ zlib
+ zstd
+)
options=('!libtool' '!emptydirs')
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton
(Chief Binutils Maintainer) <[email protected]>
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz"{,.sig})
-sha512sums=('b446f60e03c88d70e37089240b7ef563da31fbbf5f41a4de4cf576fa33ab1b184714657eac88aa05b5a051524af9fb9ec12a90d0bb33b16d181a4eb4aa388842'
+sha512sums=('27a19e23b2e8be9994f13687a6e0d6fd6db58f2013d4fd7b1c7f098069fbbee59e6500de4ea16b2218df5f23861f7925472081c3baec7a98533431c2d522c7b1'
'SKIP')
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mingw-w64-binutils/-/commit/dfb7579e18e931463b9757b482a25f306020d103
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mingw-w64-binutils/-/commit/dfb7579e18e931463b9757b482a25f306020d103
You're receiving this email because of your account on gitlab.archlinux.org.