summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-05-04 19:15:28 +0000
committerZach van Rijn <me@zv.io>2022-05-06 12:37:31 -0500
commit5b9db64207cfdcc0e31b63b55eca088f0453390b (patch)
treeb2eca82427f46d46fa45ca63772020a4a0e076bd /system
parentcc6c8e7a1fcab9c92dcb68210c39720a170a57c3 (diff)
downloadpackages-5b9db64207cfdcc0e31b63b55eca088f0453390b.tar.gz
packages-5b9db64207cfdcc0e31b63b55eca088f0453390b.tar.bz2
packages-5b9db64207cfdcc0e31b63b55eca088f0453390b.tar.xz
packages-5b9db64207cfdcc0e31b63b55eca088f0453390b.zip
system/libtool: bump { 2.4.6 --> 2.4.7 }. fixes #666. become maintainer.
Diffstat (limited to 'system')
-rw-r--r--system/libtool/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/libtool/APKBUILD b/system/libtool/APKBUILD
index 23de9cb0e..26f0a3fc1 100644
--- a/system/libtool/APKBUILD
+++ b/system/libtool/APKBUILD
@@ -1,7 +1,7 @@
-# Maintainer:
+# Maintainer: Zach van Rijn <me@zv.io>
pkgname=libtool
-pkgver=2.4.6
-pkgrel=6
+pkgver=2.4.7
+pkgrel=0
pkgdesc="A generic library support script"
arch="all"
license="GPL-2.0+"
@@ -25,9 +25,9 @@ build() {
}
check() {
- # Test 70 and 117 are known to fail
- # Test 170 repeats the entire test suite with shorter max_cmd_len
- make check TESTSUITEFLAGS="1-69 71-116 118-169"
+ # Test 70 and 116 are known to fail
+ # Test 169 repeats the entire test suite with shorter max_cmd_len
+ make check TESTSUITEFLAGS="1-69 71-115 117-168"
}
package() {
@@ -42,5 +42,5 @@ libltdl() {
mv "$pkgdir/usr/lib/libltdl.so"* "$subpkgdir/usr/lib/"
}
-sha512sums="3233d81cb2739a54b840a0a82064eebbfaa4fb442fb993a35d6bd41d8395c51f038c90ae048b9252f172d0a5bbfb4b36e2b13d4477001f9ff7d4124237819a18 libtool-2.4.6.tar.gz
+sha512sums="27acef46d9eb67203d708b57d80b853f76fa4b9c2720ff36ec161e6cdf702249e7982214ddf60bae75511aa79bc7d92aa27e3eab7ef9c0f5c040e8e42e76a385 libtool-2.4.7.tar.gz
aa14cadd70a633520249fa3a6a4c45b309a980380e62dd5982b3ae842c478a77401ad809297fceebd167c167b0a19f380e6a6c295bc75d1029d56d3bf262b209 libtool-fix-cross-compile.patch"