core/libtool to 2.5.2+r1+g2fe3a3e2-1

This commit is contained in:
Kevin Mihelich 2024-08-31 10:41:40 +00:00
parent e3e93e2cba
commit 67ad938eb9
3 changed files with 15 additions and 11 deletions

View file

@ -1,7 +1,7 @@
pkgbase = libtool pkgbase = libtool
pkgdesc = A generic library support script pkgdesc = A generic library support script
pkgver = 2.5.1 pkgver = 2.5.2+r1+g2fe3a3e2
pkgrel = 2 pkgrel = 1
url = https://www.gnu.org/software/libtool url = https://www.gnu.org/software/libtool
arch = x86_64 arch = x86_64
license = LGPL-2.0-or-later WITH Libtool-exception license = LGPL-2.0-or-later WITH Libtool-exception
@ -12,17 +12,17 @@ pkgbase = libtool
depends = sh depends = sh
depends = tar depends = tar
depends = glibc depends = glibc
provides = libltdl=2.5.1 provides = libltdl=2.5.2+r1+g2fe3a3e2
provides = libtool-multilib=2.5.1 provides = libtool-multilib=2.5.2+r1+g2fe3a3e2
conflicts = libltdl conflicts = libltdl
conflicts = libtool-multilib conflicts = libtool-multilib
replaces = libltdl replaces = libltdl
replaces = libtool-multilib replaces = libtool-multilib
source = git+https://git.savannah.gnu.org/git/libtool.git#commit=1354176bbbc939a7d07a0dcf9b2d92e2ac6bcfef source = git+https://git.savannah.gnu.org/git/libtool.git#commit=2fe3a3e2a954adcbfb1139d780bec47b85ef6077
source = git+https://git.savannah.gnu.org/git/gnulib.git source = git+https://git.savannah.gnu.org/git/gnulib.git
source = gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git source = gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
source = disable-lto-link-order2.patch source = disable-lto-link-order2.patch
b2sums = 3c5daaa5e6f685284330a9fe91bb518dbe367edca66e7702a0b6791418f9d73c0d3f4c56529079d3fe8d52125dcf98c71ada43c1799ba84df35989b56d8a20d8 b2sums = 191bd0dde07c5dc39c7e1cc8ea7169f2a37ad89ac83b549c5ef5437395e9121052c0a32ac43b6876bd4c978e742a326d6c33e8d930674ec109caa7fe5335cc1d
b2sums = SKIP b2sums = SKIP
b2sums = SKIP b2sums = SKIP
b2sums = 9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff b2sums = 9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff

View file

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

View file

@ -14,9 +14,9 @@
noautobuild=1 noautobuild=1
pkgname=libtool pkgname=libtool
pkgver=2.5.1 pkgver=2.5.2+r1+g2fe3a3e2
_commit=1354176bbbc939a7d07a0dcf9b2d92e2ac6bcfef _commit=2fe3a3e2a954adcbfb1139d780bec47b85ef6077
pkgrel=2 pkgrel=1
_gccver=14.2.1 _gccver=14.2.1
pkgdesc='A generic library support script' pkgdesc='A generic library support script'
arch=(x86_64) arch=(x86_64)
@ -36,7 +36,7 @@ source=(
disable-lto-link-order2.patch disable-lto-link-order2.patch
armv7h-nopic.patch armv7h-nopic.patch
) )
b2sums=('3c5daaa5e6f685284330a9fe91bb518dbe367edca66e7702a0b6791418f9d73c0d3f4c56529079d3fe8d52125dcf98c71ada43c1799ba84df35989b56d8a20d8' b2sums=('191bd0dde07c5dc39c7e1cc8ea7169f2a37ad89ac83b549c5ef5437395e9121052c0a32ac43b6876bd4c978e742a326d6c33e8d930674ec109caa7fe5335cc1d'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff' '9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff'
@ -44,7 +44,7 @@ b2sums=('3c5daaa5e6f685284330a9fe91bb518dbe367edca66e7702a0b6791418f9d73c0d3f4c5
pkgver() { pkgver() {
cd libtool cd libtool
git describe --tags | sed 's/-/+/g;s/^v//' git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
} }
prepare() { prepare() {