mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/libtool to 2.4.2-11
This commit is contained in:
parent
867ef9017d
commit
4363718578
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ noautobuild=1
|
|||
|
||||
pkgname=('libtool' 'libltdl')
|
||||
pkgver=2.4.2
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="A generic library support script"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libtool"
|
||||
makedepends=('gcc=4.8.1')
|
||||
makedepends=('gcc=4.8.2')
|
||||
license=('GPL')
|
||||
options=('!libtool' '!distcc')
|
||||
source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
|
@ -37,7 +37,7 @@ check() {
|
|||
}
|
||||
|
||||
package_libtool() {
|
||||
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.8.1')
|
||||
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.8.2')
|
||||
groups=('base-devel')
|
||||
install=libtool.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue