mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libtool to 2.5.0+14+g9a4a0261-1
This commit is contained in:
parent
f8129ddddf
commit
8a3be9e66a
2 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
pkgbase = libtool
|
||||
pkgdesc = A generic library support script
|
||||
pkgver = 2.5.0+1+g38c166c8
|
||||
pkgver = 2.5.0+14+g9a4a0261
|
||||
pkgrel = 1
|
||||
url = https://www.gnu.org/software/libtool
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = LGPL-2.0-or-later WITH Libtool-exception
|
||||
checkdepends = gcc-fortran
|
||||
makedepends = gcc>=14.1.1
|
||||
makedepends = git
|
||||
|
@ -12,17 +12,17 @@ pkgbase = libtool
|
|||
depends = sh
|
||||
depends = tar
|
||||
depends = glibc
|
||||
provides = libltdl=2.5.0+1+g38c166c8
|
||||
provides = libtool-multilib=2.5.0+1+g38c166c8
|
||||
provides = libltdl=2.5.0+14+g9a4a0261
|
||||
provides = libtool-multilib=2.5.0+14+g9a4a0261
|
||||
conflicts = libltdl
|
||||
conflicts = libtool-multilib
|
||||
replaces = libltdl
|
||||
replaces = libtool-multilib
|
||||
source = git+https://git.savannah.gnu.org/git/libtool.git#commit=38c166c89b02a8bc95cc51fca89d15949c4d8956
|
||||
source = git+https://git.savannah.gnu.org/git/libtool.git#commit=9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
|
||||
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 = 0f6a653d74479c538128ea4a76b607a76e6812297c71888356770b90846c351ed7019f86b89e8e66ec28fbcf4a085e7345929de22eacc1ce54968fc999296f73
|
||||
b2sums = 5dab95beecf437bcfda13de7329af4686b099ee9f6e8a1ecea15d9d8dfc6e2f4082efe278ad542874b5089b97d0689c89512ea998ca9998a80e26343fd8a8017
|
||||
b2sums = SKIP
|
||||
b2sums = SKIP
|
||||
b2sums = 9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=libtool
|
||||
pkgver=2.5.0+1+g38c166c8
|
||||
_commit=38c166c89b02a8bc95cc51fca89d15949c4d8956
|
||||
pkgver=2.5.0+14+g9a4a0261
|
||||
_commit=9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
|
||||
pkgrel=1
|
||||
_gccver=14.1.1
|
||||
pkgdesc='A generic library support script'
|
||||
|
@ -36,7 +36,7 @@ source=(
|
|||
disable-lto-link-order2.patch
|
||||
armv7h-nopic.patch
|
||||
)
|
||||
b2sums=('0f6a653d74479c538128ea4a76b607a76e6812297c71888356770b90846c351ed7019f86b89e8e66ec28fbcf4a085e7345929de22eacc1ce54968fc999296f73'
|
||||
b2sums=('5dab95beecf437bcfda13de7329af4686b099ee9f6e8a1ecea15d9d8dfc6e2f4082efe278ad542874b5089b97d0689c89512ea998ca9998a80e26343fd8a8017'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff'
|
||||
|
|
Loading…
Reference in a new issue