Skip to content

Commit

Permalink
cross-mingwarm64-binutils: Update to 2.44dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 2, 2025
1 parent 3074854 commit 3a077ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-cross-mingwarm64-binutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ _realname=binutils
_mingw_suff=mingw-w64-cross
_targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}")
pkgver=2.43dev
pkgrel=2
pkgver=2.44dev
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/binutils/"
Expand All @@ -20,11 +20,11 @@ depends=("libiconv" "zlib" "libzstd" "libintl")
checkdepends=('dejagnu' 'bc')
makedepends=("libiconv-devel" "zlib-devel" 'autotools' 'gcc' 'libzstd-devel' 'gettext-devel' 'git' 'gmp-devel' 'mpfr-devel')
options=('staticlibs' '!distcc' '!ccache' '!buildflags')
_commit="762e1a08e04aea95a038e9204142cc81efa4e434"
_commit="3b69e905b1b94561a48744d5eae52377219173f1"
source=("${_realname}"::"git+https://github.com/Windows-on-ARM-Experiments/binutils-woarm64.git#commit=${_commit}"
0002-check-for-unusual-file-harder.patch
0010-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch)
sha256sums=('37b849d0a9565313a287423e2f49e9adbea05ae4f1f9c24f55a9c1e6b6b1315f'
sha256sums=('963e4e4e0eba8918fc300b9119915020ccac0cfc19bda6397ccab0eefe699ccc'
'2c99345fc575c3a060d6677537f636c6c4154fac0fde508070f3b6296c1060d4'
'4e8ac055df61b1b5d6ae29dc87e1154737c2e87c7b244b44866702cabf1a5d18')
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'
Expand Down

0 comments on commit 3a077ac

Please sign in to comment.