libtool: rebuild for new gcc version
and remove the min gcc version, doesn't add much
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
pkgname=('libtool' 'libltdl')
|
||||
pkgver=2.4.7
|
||||
_gccver=11.2.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A generic library support script"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.gnu.org/software/libtool/"
|
||||
@@ -11,7 +10,7 @@ msys2_references=(
|
||||
"cpe: cpe:/a:gnu:libtool"
|
||||
)
|
||||
license=('spdx:GPL-2.0-or-later')
|
||||
makedepends=("gcc>=${_gccver}" 'autotools' 'help2man')
|
||||
makedepends=("gcc" 'autotools' 'help2man')
|
||||
source=(https://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
#https://alpha.gnu.org/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
#${pkgname}-${pkgver}::git+https://git.savannah.gnu.org/git/libtool.git
|
||||
|
||||
Reference in New Issue
Block a user