diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-10 01:46:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-10 01:46:12 (GMT) |
commit | 690fa2bf80dba5e7576234094575bef0475e1f74 (patch) | |
tree | 30cd9ea13b960918d962e6e921a1792b4c476c0d /abs/core-testing/libtool/PKGBUILD | |
parent | 525753e4a1a139e088d8ac120b19fbab6c0aaaa6 (diff) | |
download | linhes_pkgbuild-690fa2bf80dba5e7576234094575bef0475e1f74.zip linhes_pkgbuild-690fa2bf80dba5e7576234094575bef0475e1f74.tar.gz linhes_pkgbuild-690fa2bf80dba5e7576234094575bef0475e1f74.tar.bz2 |
pacman & helpers: update pacman to lastest version from archlinux
Diffstat (limited to 'abs/core-testing/libtool/PKGBUILD')
-rw-r--r-- | abs/core-testing/libtool/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/libtool/PKGBUILD b/abs/core-testing/libtool/PKGBUILD index c6f5f7a..eab01ea 100644 --- a/abs/core-testing/libtool/PKGBUILD +++ b/abs/core-testing/libtool/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 82294 2010-06-10 03:52:16Z allan $ +# $Id: PKGBUILD 87248 2010-08-11 14:10:45Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -6,7 +6,7 @@ pkgname=libtool pkgver=2.2.10 -pkgrel=1 +pkgrel=3 pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libtool" @@ -21,7 +21,8 @@ md5sums=('b745d220e88163fcd9eea0a90ccf21b0') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr - make || return 1 + make + make check } package() { |