mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/binutils to 2.26-4
This commit is contained in:
parent
ec26d40083
commit
7eff6024b3
2 changed files with 2 additions and 20 deletions
|
@ -14,8 +14,8 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.26
|
||||
pkgrel=3
|
||||
_commit=71090e7a
|
||||
pkgrel=4
|
||||
_commit=43e2c3de
|
||||
pkgdesc="A set of programs to assemble and manipulate binary and object files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/binutils/"
|
||||
|
@ -25,7 +25,6 @@ depends=('glibc>=2.23' 'zlib')
|
|||
makedepends=('git')
|
||||
checkdepends=('dejagnu' 'bc')
|
||||
options=('staticlibs' '!distcc' '!ccache')
|
||||
install=binutils.install
|
||||
source=(git://sourceware.org/git/binutils-gdb.git#commit=${_commit})
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
infodir=usr/share/info
|
||||
filelist=(as.info bfd.info binutils.info gprof.info ld.info)
|
||||
|
||||
post_upgrade() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
for file in ${filelist[@]}; do
|
||||
install-info $infodir/$file.gz $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
for file in ${filelist[@]}; do
|
||||
install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in a new issue