From 789905b5e6b809a564832ba85b842988405e7375 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Oct 2011 23:14:45 +0000 Subject: Sat Oct 22 23:14:45 UTC 2011 --- core/libtool/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'core/libtool/PKGBUILD') diff --git a/core/libtool/PKGBUILD b/core/libtool/PKGBUILD index c30b355e4..b23926f23 100644 --- a/core/libtool/PKGBUILD +++ b/core/libtool/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 137791 2011-09-11 02:39:11Z allan $ +# $Id: PKGBUILD 141008 2011-10-21 09:35:54Z allan $ # Maintainer: Allan McRae # Contributor: judd # NOTE: requires rebuilt with each new gcc version pkgname=('libtool' 'libltdl') -pkgver=2.4 -pkgrel=5 +pkgver=2.4.2 +pkgrel=1 pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libtool" license=('GPL') options=('!libtool') -source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz) -md5sums=('4e6144439d95d7332dc50ace6dd24c55') +source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('2ec8997e0c07249eb4cbd072417d70fe' + '1e6ba57420c82c663c85e745d11c7eed') build() { cd ${srcdir}/${pkgbase}-${pkgver} @@ -27,7 +28,7 @@ check() { } package_libtool() { - depends=('sh' "libltdl=$pkgver" 'gcc=4.6.1') + depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.6.1') groups=('base-devel') install=libtool.install -- cgit v1.2.3-54-g00ecf