mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/binutils to 2.35-1
This commit is contained in:
parent
b3541403b2
commit
65406c6b10
1 changed files with 7 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=binutils
|
||||
pkgver=2.34
|
||||
pkgrel=5
|
||||
pkgver=2.35
|
||||
pkgrel=1
|
||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/binutils/'
|
||||
|
@ -20,10 +20,11 @@ groups=(base-devel)
|
|||
depends=(glibc zlib elfutils)
|
||||
makedepends=(elfutils git)
|
||||
options=(staticlibs !distcc !ccache)
|
||||
_commit=cb5f6a3e146cc70bc2d864989386df80acec5d3e
|
||||
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=$_commit)
|
||||
#source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
|
||||
sha256sums=('SKIP')
|
||||
#_commit=cb5f6a3e146cc70bc2d864989386df80acec5d3e
|
||||
#source=(git+https://sourceware.org/git/binutils-gdb.git#commit=$_commit)
|
||||
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
|
||||
sha256sums=('1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85'
|
||||
'SKIP')
|
||||
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue