Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
libtool
Commits:
c4affa1f by Frederik Schwan at 2026-06-05T15:00:57+02:00
upgpkg: 2.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,9 @@
pkgbase = libtool
pkgdesc = A generic library support script
- pkgver = 2.6.0+r23+gb08cb0a0
+ pkgver = 2.6.1
pkgrel = 1
url = https://www.gnu.org/software/libtool
+ arch = aarch64
arch = x86_64
license = LGPL-2.0-or-later WITH Libtool-exception
checkdepends = gcc-fortran
@@ -14,10 +15,10 @@ pkgbase = libtool
makedepends = help2man
depends = sh
depends = tar
- source =
git+https://git.savannah.gnu.org/git/libtool.git#commit=b08cb0a06da153372dac8d184d24e7edfff2a209
+ source =
git+https://git.savannah.gnu.org/git/libtool.git#commit=79de7bb71bc0a1167f4c4ae8bd897976a0ff2b51
source = git+https://git.savannah.gnu.org/git/gnulib.git
source =
gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
- b2sums =
6472d8fbe7f60010c42d85d0715818b71ef431b577c55d745ca0280eacf0ec79d246ec1296776d797e1eb728d124311ad6035f2afc3c24f5beacd57c580308d3
+ b2sums =
a72353c18c9ddb8a6a77efeb85e4cb2a310c0098c47abe21be13b477591af6cc828958ff371b066f20e3fcd0176b0da6323dc7486c3416edeec16f0057a3048d
b2sums = SKIP
b2sums = SKIP
@@ -25,18 +26,19 @@ pkgname = libtool
depends = sh
depends = tar
depends = glibc
- provides = libltdl=2.6.0+r23+gb08cb0a0
- provides = libtool-multilib=2.6.0+r23+gb08cb0a0
+ provides = libltdl=2.6.1
+ provides = libtool-multilib=2.6.1
conflicts = libltdl
conflicts = libtool-multilib
replaces = libltdl
replaces = libtool-multilib
pkgname = lib32-libltdl
+ arch = x86_64
depends = sh
depends = tar
depends = lib32-glibc
depends = libtool
- provides = lib32-libtool=2.6.0+r23+gb08cb0a0
+ provides = lib32-libtool=2.6.1
conflicts = lib32-libtool
replaces = lib32-libtool
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@
pkgbase=libtool
pkgname=(libtool lib32-libltdl)
-pkgver=2.6.0+r23+gb08cb0a0
-_commit=b08cb0a06da153372dac8d184d24e7edfff2a209
+pkgver=2.6.1
+_commit=79de7bb71bc0a1167f4c4ae8bd897976a0ff2b51
pkgrel=1
_gccver=16.1.1
pkgdesc='A generic library support script'
@@ -36,7 +36,7 @@ source=(
git+https://git.savannah.gnu.org/git/gnulib.git
gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
)
-b2sums=('6472d8fbe7f60010c42d85d0715818b71ef431b577c55d745ca0280eacf0ec79d246ec1296776d797e1eb728d124311ad6035f2afc3c24f5beacd57c580308d3'
+b2sums=('a72353c18c9ddb8a6a77efeb85e4cb2a310c0098c47abe21be13b477591af6cc828958ff371b066f20e3fcd0176b0da6323dc7486c3416edeec16f0057a3048d'
'SKIP'
'SKIP')
@@ -64,7 +64,8 @@ build() {
make
#lib32
- if [[ $CARCH = "x86_64*" ]]; then
+ echo $CARCH
+ if [[ $CARCH = "x86_64" ]]; then
cd "${srcdir}"/libtool32
export CC="gcc -m32" CXX="g++ -m32"
./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib
/usr/lib32" --libdir=/usr/lib32
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtool/-/commit/c4affa1fa1dc946a4dac5e7cb356e6cecb2316a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtool/-/commit/c4affa1fa1dc946a4dac5e7cb356e6cecb2316a7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help