From 9c10e0edb1f798c799cf3629d28ba179343b68b0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 18 May 2012 16:28:02 +0000 Subject: testing/rpmlint: upgrade to 1.4 --- testing/rpmlint/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testing/rpmlint') diff --git a/testing/rpmlint/APKBUILD b/testing/rpmlint/APKBUILD index abb06ad9a..748d39ba1 100644 --- a/testing/rpmlint/APKBUILD +++ b/testing/rpmlint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=rpmlint -pkgver=1.3 +pkgver=1.4 pkgrel=0 pkgdesc="A tool for checking common errors in RPM packages" url="http://rpmlint.zarb.org" @@ -22,7 +22,8 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install || return 1 + rm -f "$pkgdir"/usr/lib/*.la } -md5sums="afe1b906776d1ab8148888c25fd31006 rpmlint-1.3.tar.xz" +md5sums="bfbdd78847ca2b253c2e4e65c41f49e2 rpmlint-1.4.tar.xz" -- cgit v1.2.3