diff options
author | Rafael Silva | 2022-05-02 18:25:42 +0100 |
---|---|---|
committer | Rafael Silva | 2022-05-02 18:25:42 +0100 |
commit | 0191fb111e6d179a82d3d61d79f7646e11d0a894 (patch) | |
tree | 9b4599cf30fc2754e3cf180e0308056581d634e0 | |
parent | 375e46775829f8a5c57082dbde5a14d3650bcd36 (diff) | |
download | aur-0191fb111e6d179a82d3d61d79f7646e11d0a894.tar.gz |
v2.37
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 7 insertions, 6 deletions
@@ -1,17 +1,17 @@ pkgbase = ft32-elf-binutils pkgdesc = A set of programs to assemble and manipulate binary and object files for the Bridgetek FT9xx (bare-metal) target - pkgver = 2.35.2 + pkgver = 2.37 pkgrel = 2 url = https://www.gnu.org/software/binutils/ arch = x86_64 license = GPL depends = zlib - source = https://ftp.gnu.org/gnu/binutils/binutils-2.35.2.tar.bz2 - source = https://ftp.gnu.org/gnu/binutils/binutils-2.35.2.tar.bz2.sig + source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.bz2 + source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.bz2.sig source = SORT_NONE.patch validpgpkeys = EAF1C276A747E9ED86210CBAC3126D3B4AE55E93 validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F - sha512sums = c9074e2028a501aca84275de46a694b5efaf9b3bc50e6ce0a668260666538906608f5fdef0e3fbd7bdd4539ddbdf45c9c82e822ebc0ddb3f12f7e888f746525c + sha512sums = b3f5184697f77e94c95d48f6879de214eb5e17aa6ef8e96f65530d157e515b1ae2f290e98453e4ff126462520fa0f63852b6e1c8fbb397ed2e41984336bc78c6 sha512sums = SKIP sha512sums = fae89927035f2e9e1f83183d1e39c510d0e6124cd20493e705e70f3752f6fb8c7a8d5c88cc187978493ae39b619c0f9f5016d154c94a8aeca0006cc29e878d7a @@ -2,7 +2,7 @@ _target=ft32-elf pkgname=$_target-binutils -pkgver=2.35.2 +pkgver=2.37 pkgrel=2 pkgdesc='A set of programs to assemble and manipulate binary and object files for the Bridgetek FT9xx (bare-metal) target' arch=(x86_64) @@ -11,7 +11,7 @@ license=(GPL) depends=(zlib) source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig} 'SORT_NONE.patch') -sha512sums=('c9074e2028a501aca84275de46a694b5efaf9b3bc50e6ce0a668260666538906608f5fdef0e3fbd7bdd4539ddbdf45c9c82e822ebc0ddb3f12f7e888f746525c' +sha512sums=('b3f5184697f77e94c95d48f6879de214eb5e17aa6ef8e96f65530d157e515b1ae2f290e98453e4ff126462520fa0f63852b6e1c8fbb397ed2e41984336bc78c6' 'SKIP' 'fae89927035f2e9e1f83183d1e39c510d0e6124cd20493e705e70f3752f6fb8c7a8d5c88cc187978493ae39b619c0f9f5016d154c94a8aeca0006cc29e878d7a') validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold@adacore.com> @@ -61,6 +61,7 @@ package() { # Remove file conflicting with host binutils and manpages for MS Windows tools rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}* + rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so # Remove info documents that conflict with host version rm -r "$pkgdir"/usr/share/info |