* update libtool to 2.5.2+r1+g2fe3a3e2-1

This commit is contained in:
Alexander Baldeck 2024-09-21 12:52:02 +02:00
parent 5e4addaeb7
commit 3fa98ef04e
3 changed files with 15 additions and 11 deletions

View File

@ -1,28 +1,28 @@
pkgbase = libtool
pkgdesc = A generic library support script
pkgver = 2.5.0+14+g9a4a0261
pkgver = 2.5.2+r1+g2fe3a3e2
pkgrel = 1
url = https://www.gnu.org/software/libtool
arch = x86_64
license = LGPL-2.0-or-later WITH Libtool-exception
checkdepends = gcc-fortran
makedepends = gcc>=14.1.1
makedepends = gcc>=14.2.1
makedepends = git
makedepends = help2man
depends = sh
depends = tar
depends = glibc
provides = libltdl=2.5.0+14+g9a4a0261
provides = libtool-multilib=2.5.0+14+g9a4a0261
provides = libltdl=2.5.2+r1+g2fe3a3e2
provides = libtool-multilib=2.5.2+r1+g2fe3a3e2
conflicts = libltdl
conflicts = libtool-multilib
replaces = libltdl
replaces = libtool-multilib
source = git+https://git.savannah.gnu.org/git/libtool.git#commit=9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
source = git+https://git.savannah.gnu.org/git/libtool.git#commit=2fe3a3e2a954adcbfb1139d780bec47b85ef6077
source = git+https://git.savannah.gnu.org/git/gnulib.git
source = gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
source = disable-lto-link-order2.patch
b2sums = 5dab95beecf437bcfda13de7329af4686b099ee9f6e8a1ecea15d9d8dfc6e2f4082efe278ad542874b5089b97d0689c89512ea998ca9998a80e26343fd8a8017
b2sums = 191bd0dde07c5dc39c7e1cc8ea7169f2a37ad89ac83b549c5ef5437395e9121052c0a32ac43b6876bd4c978e742a326d6c33e8d930674ec109caa7fe5335cc1d
b2sums = SKIP
b2sums = SKIP
b2sums = 9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff

4
libtool/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[libtool]
source = "git"
git = "https://git.savannah.gnu.org/git/libtool.git"
prefix = "v"

View File

@ -8,10 +8,10 @@
# NOTE: requires rebuilt with each new gcc version
pkgname=libtool
pkgver=2.5.0+14+g9a4a0261
_commit=9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
pkgver=2.5.2+r1+g2fe3a3e2
_commit=2fe3a3e2a954adcbfb1139d780bec47b85ef6077
pkgrel=1
_gccver=14.1.1
_gccver=14.2.1
pkgdesc='A generic library support script'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.gnu.org/software/libtool'
@ -28,14 +28,14 @@ source=(
gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
disable-lto-link-order2.patch
)
b2sums=('5dab95beecf437bcfda13de7329af4686b099ee9f6e8a1ecea15d9d8dfc6e2f4082efe278ad542874b5089b97d0689c89512ea998ca9998a80e26343fd8a8017'
b2sums=('191bd0dde07c5dc39c7e1cc8ea7169f2a37ad89ac83b549c5ef5437395e9121052c0a32ac43b6876bd4c978e742a326d6c33e8d930674ec109caa7fe5335cc1d'
'SKIP'
'SKIP'
'9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff')
pkgver() {
cd libtool
git describe --tags | sed 's/-/+/g;s/^v//'
git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {