diff options
Diffstat (limited to 'extra/elfutils/PKGBUILD')
-rw-r--r-- | extra/elfutils/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/elfutils/PKGBUILD b/extra/elfutils/PKGBUILD index ef98832e7..9dbfe8f1c 100644 --- a/extra/elfutils/PKGBUILD +++ b/extra/elfutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 194689 2013-09-22 08:17:23Z lcarlier $ +# $Id: PKGBUILD 198810 2013-11-05 15:59:03Z lcarlier $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu> pkgname=elfutils -pkgver=0.156 +pkgver=0.157 pkgrel=1 pkgdesc="Libraries and utilities to handle ELF object files and DWARF debugging information" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,8 @@ provides=('libelf') replaces=('libelf') conflicts=('libelf') source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}) -sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76' +options=('staticlibs') +sha1sums=('5e3767206c7f1b3bcfe33bce99fe09686ef165d2' 'SKIP') build() { @@ -36,4 +37,6 @@ package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install + + rm "${pkgdir}"/usr/lib/lib{asm,dw,elf}.a } |