Date: Saturday, March 18, 2023 @ 15:11:01 Author: dvzrv Revision: 1422947
upgpkg: lib32-libltdl 2.4.7-3: Rebuild to remove multilib-devel group. Modified: lib32-libltdl/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-18 15:10:53 UTC (rev 1422946) +++ PKGBUILD 2023-03-18 15:11:01 UTC (rev 1422947) @@ -9,13 +9,12 @@ pkgname=lib32-libltdl pkgver=2.4.7 -pkgrel=2 +pkgrel=3 _gccver=12.1.0 pkgdesc='A generic library support script (32-bit)' arch=(x86_64) url='https://www.gnu.org/software/libtool' license=(GPL) -groups=(multilib-devel) depends=(sh tar lib32-glibc libtool) makedepends=("gcc>=$_gccver" git help2man) checkdepends=() @@ -45,7 +44,7 @@ git submodule init git config --local submodule.gnulib.url "$srcdir/gnulib" git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap" - git submodule update + git -c protocol.file.allow=always submodule update ./bootstrap }
