mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/libtool to 2.4.2-7
This commit is contained in:
parent
1b0a2bf0da
commit
752d7b8834
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ noautobuild=1
|
|||
|
||||
pkgname=('libtool' 'libltdl')
|
||||
pkgver=2.4.2
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="A generic library support script"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libtool"
|
||||
|
@ -33,7 +33,7 @@ check() {
|
|||
}
|
||||
|
||||
package_libtool() {
|
||||
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.7.1')
|
||||
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.7.2')
|
||||
groups=('base-devel')
|
||||
install=libtool.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue