mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libtool to 2.4.6+40+g6ca5e224-6
This commit is contained in:
parent
b0d45d3810
commit
d0b5d07d4f
1 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@ noautobuild=1
|
|||
|
||||
pkgname=libtool
|
||||
pkgver=2.4.6+40+g6ca5e224
|
||||
pkgrel=5
|
||||
_gccver=7.3.1
|
||||
pkgrel=6
|
||||
_gccver=8.1.0
|
||||
pkgdesc='A generic library support script'
|
||||
arch=(x86_64)
|
||||
url='http://www.gnu.org/software/libtool'
|
||||
|
@ -23,6 +23,7 @@ license=(GPL)
|
|||
groups=(base-devel)
|
||||
depends=(sh tar glibc)
|
||||
makedepends=("gcc>=$_gccver" git help2man)
|
||||
checkdepends=(gcc-fortran)
|
||||
provides=("libltdl=$pkgver")
|
||||
conflicts=(libltdl)
|
||||
replaces=(libltdl)
|
||||
|
@ -33,7 +34,6 @@ source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
|
|||
md5sums=('SKIP'
|
||||
'8a1fdc77814fa5db3fc4d6a888d0cd89')
|
||||
|
||||
|
||||
pkgver() {
|
||||
cd libtool
|
||||
git describe --tags | sed 's/-/+/g;s/^v//'
|
||||
|
@ -53,7 +53,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd libtool
|
||||
make check
|
||||
make check gl_public_submodule_commit=
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue