mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/libtool to 2.4.2-6
This commit is contained in:
parent
ac01ff1fc0
commit
380cfaa963
1 changed files with 2 additions and 3 deletions
|
@ -7,12 +7,11 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - noautobuild, !distcc
|
||||
|
||||
plugrel=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=('libtool' 'libltdl')
|
||||
pkgver=2.4.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A generic library support script"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libtool"
|
||||
|
@ -34,7 +33,7 @@ check() {
|
|||
}
|
||||
|
||||
package_libtool() {
|
||||
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.7.0')
|
||||
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.7.1')
|
||||
groups=('base-devel')
|
||||
install=libtool.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue