Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-libltdl


Commits:
c0b0e769 by Jan Alexander Steffens (heftig) at 2024-05-20T16:23:26+02:00
2.5.0+1+g38c166c8-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = lib32-libltdl
+       pkgdesc = A generic library support script (32-bit)
+       pkgver = 2.5.0+1+g38c166c8
+       pkgrel = 1
+       url = https://www.gnu.org/software/libtool
+       arch = x86_64
+       license = LGPL-2.0-or-later WITH Libtool-exception
+       makedepends = gcc>=14.1.1
+       makedepends = git
+       makedepends = help2man
+       depends = sh
+       depends = tar
+       depends = lib32-glibc
+       depends = libtool
+       provides = lib32-libtool=2.5.0+1+g38c166c8
+       conflicts = lib32-libtool
+       replaces = lib32-libtool
+       source = 
git+https://git.savannah.gnu.org/git/libtool.git#commit=38c166c89b02a8bc95cc51fca89d15949c4d8956
+       source = git+https://git.savannah.gnu.org/git/gnulib.git
+       source = 
gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
+       b2sums = 
0f6a653d74479c538128ea4a76b607a76e6812297c71888356770b90846c351ed7019f86b89e8e66ec28fbcf4a085e7345929de22eacc1ce54968fc999296f73
+       b2sums = SKIP
+       b2sums = SKIP
+
+pkgname = lib32-libltdl


=====================================
PKGBUILD
=====================================
@@ -8,28 +8,28 @@
 # NOTE: requires rebuilt with each new gcc version
 
 pkgname=lib32-libltdl
-pkgver=2.4.7
-pkgrel=3
-_gccver=12.1.0
+pkgver=2.5.0+1+g38c166c8
+_commit=38c166c89b02a8bc95cc51fca89d15949c4d8956
+pkgrel=1
+_gccver=14.1.1
 pkgdesc='A generic library support script (32-bit)'
 arch=(x86_64)
 url='https://www.gnu.org/software/libtool'
-license=(GPL)
+license=('LGPL-2.0-or-later WITH Libtool-exception')
 depends=(sh tar lib32-glibc libtool)
 makedepends=("gcc>=$_gccver" git help2man)
 checkdepends=()
 provides=("lib32-libtool=$pkgver")
 conflicts=(lib32-libtool)
 replaces=(lib32-libtool)
-_commit=6d7ce133ce54898cf28abd89d167cccfbc3c9b2b
-source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
-        git+https://git.savannah.gnu.org/git/gnulib.git
-        gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
-        no_hostname.patch)
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            '693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946')
+source=(
+  git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+  git+https://git.savannah.gnu.org/git/gnulib.git
+  gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
+)
+b2sums=('0f6a653d74479c538128ea4a76b607a76e6812297c71888356770b90846c351ed7019f86b89e8e66ec28fbcf4a085e7345929de22eacc1ce54968fc999296f73'
+        'SKIP'
+        'SKIP')
 
 pkgver() {
   cd libtool
@@ -39,11 +39,9 @@ pkgver() {
 prepare() {
   cd libtool
 
-  patch -Np1 -i ${srcdir}/no_hostname.patch
-
   git submodule init
-  git config --local submodule.gnulib.url "$srcdir/gnulib"
-  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
+  git config --local submodule.gnulib.url "${srcdir}"/gnulib
+  git config --local submodule.gl-mod/bootstrap.url 
"${srcdir}"/gnulib-bootstrap
   git -c protocol.file.allow=always submodule update
 
   ./bootstrap



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libltdl/-/commit/c0b0e769af2d2f4afbe9f55181de90683b5a02ea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libltdl/-/commit/c0b0e769af2d2f4afbe9f55181de90683b5a02ea
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to