diff options
author | root <root@rshg054.dnsready.net> | 2013-06-21 01:32:30 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-21 01:32:30 -0700 |
commit | a52aae1102dd66b353127d2f5c2218551af656e4 (patch) | |
tree | 15c14b07facf83858e18d6ed18da41f77948467e /core/libtool | |
parent | 5898d76e47144f2366f9acda9ab52827b696c2d5 (diff) |
Fri Jun 21 01:31:20 PDT 2013
Diffstat (limited to 'core/libtool')
-rw-r--r-- | core/libtool/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/libtool/PKGBUILD b/core/libtool/PKGBUILD index 46cd0264a..ba2fa2443 100644 --- a/core/libtool/PKGBUILD +++ b/core/libtool/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 186998 2013-06-03 02:50:09Z allan $ +# $Id: PKGBUILD 188783 2013-06-20 06:35:11Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -6,11 +6,12 @@ pkgname=('libtool' 'libltdl') pkgver=2.4.2 -pkgrel=9 +pkgrel=10 pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libtool" license=('GPL') +makedepends=('gcc=4.8.1') options=('!libtool') source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}) md5sums=('2ec8997e0c07249eb4cbd072417d70fe' |