Skip to content

Commit

Permalink
libtool: Sync with arch
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Dec 5, 2024
1 parent a0725ac commit eff3e80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions toolchain/libtool/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = libtool
pkgdesc = A generic library support script
pkgver = 2.5.3
pkgver = 2.5.4+r1+gbaa1fe41
pkgrel = 2
url = https://www.gnu.org/software/libtool
arch = x86_64
Expand All @@ -12,17 +12,17 @@ pkgbase = libtool
depends = sh
depends = tar
depends = glibc
provides = libltdl=2.5.3
provides = libtool-multilib=2.5.3
provides = libltdl=2.5.4+r1+gbaa1fe41
provides = libtool-multilib=2.5.4+r1+gbaa1fe41
conflicts = libltdl
conflicts = libtool-multilib
replaces = libltdl
replaces = libtool-multilib
source = git+https://git.savannah.gnu.org/git/libtool.git#commit=94dd1a2094911d6ed3cf0df37b836c837b4e3800
source = git+https://git.savannah.gnu.org/git/libtool.git#commit=baa1fe41f9a2697e2d5847c8e1c97996560d56d1
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 = d06a317e2d59a605db5e9d91727ee5d7503e6e1319a9c1bb68ee7d5c43880f465488a168fffbccfe01bef4f3924f121591e02ba5bfd093d85d4a72bc0f7842e7
b2sums = 1e01fd5d5e3cab9f578dc2a342f7a59c18cbf9137dd6836a92078d9ffed5e0f991b175767395c0444cc547d29fd71d4735ffda0e4ee8a9ec1dbf274a1bdc0e7a
b2sums = SKIP
b2sums = SKIP
b2sums = 9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff
Expand Down
14 changes: 7 additions & 7 deletions toolchain/libtool/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# NOTE: requires rebuilt with each new gcc version

pkgname=libtool
pkgver=2.5.3
_commit=94dd1a2094911d6ed3cf0df37b836c837b4e3800
pkgver=2.5.4+r1+gbaa1fe41
_commit=baa1fe41f9a2697e2d5847c8e1c97996560d56d1
pkgrel=2
_gccver=14.2.1
pkgdesc='A generic library support script'
Expand All @@ -27,15 +27,15 @@ source=(
gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
disable-lto-link-order2.patch
)
b2sums=('d06a317e2d59a605db5e9d91727ee5d7503e6e1319a9c1bb68ee7d5c43880f465488a168fffbccfe01bef4f3924f121591e02ba5bfd093d85d4a72bc0f7842e7'
b2sums=('1e01fd5d5e3cab9f578dc2a342f7a59c18cbf9137dd6836a92078d9ffed5e0f991b175767395c0444cc547d29fd71d4735ffda0e4ee8a9ec1dbf274a1bdc0e7a'
'SKIP'
'SKIP'
'9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff')

pkgver() {
cd libtool
git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
}
#pkgver() {
# cd libtool
# git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
#}

prepare() {
cd libtool
Expand Down

0 comments on commit eff3e80

Please sign in to comment.