From 804ecbcb2a549febca4c16578e98dcd43500f386 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 5 Jul 2024 00:35:12 +0200 Subject: [PATCH] libtool: rebuild for new gcc version and remove the min gcc version, doesn't add much --- libtool/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libtool/PKGBUILD b/libtool/PKGBUILD index b4ae6180..efc19d66 100644 --- a/libtool/PKGBUILD +++ b/libtool/PKGBUILD @@ -2,8 +2,7 @@ pkgname=('libtool' 'libltdl') pkgver=2.4.7 -_gccver=11.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="https://www.gnu.org/software/libtool/" @@ -11,7 +10,7 @@ msys2_references=( "cpe: cpe:/a:gnu:libtool" ) license=('spdx:GPL-2.0-or-later') -makedepends=("gcc>=${_gccver}" 'autotools' 'help2man') +makedepends=("gcc" 'autotools' 'help2man') source=(https://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig} #https://alpha.gnu.org/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig} #${pkgname}-${pkgver}::git+https://git.savannah.gnu.org/git/libtool.git