diff --git a/core/libtool/.SRCINFO b/core/libtool/.SRCINFO index 70a3557ce..bc9f56161 100644 --- a/core/libtool/.SRCINFO +++ b/core/libtool/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libtool pkgdesc = A generic library support script - pkgver = 2.5.1 - pkgrel = 2 + 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 @@ -12,17 +12,17 @@ pkgbase = libtool depends = sh depends = tar depends = glibc - provides = libltdl=2.5.1 - provides = libtool-multilib=2.5.1 + 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=1354176bbbc939a7d07a0dcf9b2d92e2ac6bcfef + 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 = 3c5daaa5e6f685284330a9fe91bb518dbe367edca66e7702a0b6791418f9d73c0d3f4c56529079d3fe8d52125dcf98c71ada43c1799ba84df35989b56d8a20d8 + b2sums = 191bd0dde07c5dc39c7e1cc8ea7169f2a37ad89ac83b549c5ef5437395e9121052c0a32ac43b6876bd4c978e742a326d6c33e8d930674ec109caa7fe5335cc1d b2sums = SKIP b2sums = SKIP b2sums = 9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff diff --git a/core/libtool/.nvchecker.toml b/core/libtool/.nvchecker.toml new file mode 100644 index 000000000..12dba2cba --- /dev/null +++ b/core/libtool/.nvchecker.toml @@ -0,0 +1,4 @@ +[libtool] +source = "git" +git = "https://git.savannah.gnu.org/git/libtool.git" +prefix = "v" diff --git a/core/libtool/PKGBUILD b/core/libtool/PKGBUILD index 2e2846403..9d605e077 100644 --- a/core/libtool/PKGBUILD +++ b/core/libtool/PKGBUILD @@ -14,9 +14,9 @@ noautobuild=1 pkgname=libtool -pkgver=2.5.1 -_commit=1354176bbbc939a7d07a0dcf9b2d92e2ac6bcfef -pkgrel=2 +pkgver=2.5.2+r1+g2fe3a3e2 +_commit=2fe3a3e2a954adcbfb1139d780bec47b85ef6077 +pkgrel=1 _gccver=14.2.1 pkgdesc='A generic library support script' arch=(x86_64) @@ -36,7 +36,7 @@ source=( disable-lto-link-order2.patch armv7h-nopic.patch ) -b2sums=('3c5daaa5e6f685284330a9fe91bb518dbe367edca66e7702a0b6791418f9d73c0d3f4c56529079d3fe8d52125dcf98c71ada43c1799ba84df35989b56d8a20d8' +b2sums=('191bd0dde07c5dc39c7e1cc8ea7169f2a37ad89ac83b549c5ef5437395e9121052c0a32ac43b6876bd4c978e742a326d6c33e8d930674ec109caa7fe5335cc1d' 'SKIP' 'SKIP' '9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff' @@ -44,7 +44,7 @@ b2sums=('3c5daaa5e6f685284330a9fe91bb518dbe367edca66e7702a0b6791418f9d73c0d3f4c5 pkgver() { cd libtool - git describe --tags | sed 's/-/+/g;s/^v//' + git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g' } prepare() {