[arch-commits] Commit in elfutils/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Mon Apr 23 13:55:12 UTC 2012
Date: Monday, April 23, 2012 @ 09:55:12
Author: allan
Revision: 157083
upgpkg: elfutils 0.153-1
upstream update
Modified:
elfutils/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-23 13:46:38 UTC (rev 157082)
+++ PKGBUILD 2012-04-23 13:55:12 UTC (rev 157083)
@@ -1,10 +1,10 @@
# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer:
# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
pkgname=elfutils
-pkgver=0.152
-pkgrel=2
+pkgver=0.153
+pkgrel=1
pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information"
arch=('i686' 'x86_64')
url="https://fedorahosted.org/elfutils/"
@@ -13,18 +13,21 @@
provides=('libelf')
replaces=('libelf')
conflicts=('libelf')
+options=('!makeflags')
source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-md5sums=('39739ed58a0fa1862eff8735f111fe5c'
- 'aeb90c432a1bc1ada2f02cf555a11d87')
+md5sums=('289a146182bc29f0236eaa15d8ebdf98'
+ '1af9fe25e9316173b81fa4fad3a17ed5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ CFLAGS+=" -g" # required for test-suite success
./configure --prefix=/usr --program-prefix="eu-"
make
}
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i "s#./alldts#testrun ./alldts#" tests/run-alldts.sh
make check
}
More information about the arch-commits
mailing list