summaryrefslogtreecommitdiff
path: root/user/s6-portable-utils
diff options
context:
space:
mode:
authorLaurent Bercot <ska-adelie@skarnet.org>2023-02-25 11:46:21 +0000
committerLaurent Bercot <ska-adelie@skarnet.org>2023-02-25 11:46:21 +0000
commit3f2f0a48cfdb1c2ab92de43d62ded0a4b3105e66 (patch)
treed053d8b0a85ee6cbd5a4ccc8de54679a713e12f5 /user/s6-portable-utils
parentbd4e92b470c38baa4e7f611a0ca1933ffa13a6dd (diff)
downloadpackages-3f2f0a48cfdb1c2ab92de43d62ded0a4b3105e66.tar.gz
packages-3f2f0a48cfdb1c2ab92de43d62ded0a4b3105e66.tar.bz2
packages-3f2f0a48cfdb1c2ab92de43d62ded0a4b3105e66.tar.xz
packages-3f2f0a48cfdb1c2ab92de43d62ded0a4b3105e66.zip
user/s6-portable-utils: upgrade to 2.3.0.1, disable multicall
Diffstat (limited to 'user/s6-portable-utils')
-rw-r--r--user/s6-portable-utils/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/user/s6-portable-utils/APKBUILD b/user/s6-portable-utils/APKBUILD
index 8b6d3a85d..b2a55f4d0 100644
--- a/user/s6-portable-utils/APKBUILD
+++ b/user/s6-portable-utils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Laurent Bercot <ska-adelie@skarnet.org>
# Maintainer: Laurent Bercot <ska-adelie@skarnet.org>
pkgname=s6-portable-utils
-pkgver=2.3.0.0
+pkgver=2.3.0.1
pkgrel=0
pkgdesc="skarnet.org's portable miscellaneous utilities"
url="https://skarnet.org/software/s6-portable-utils/"
@@ -18,8 +18,7 @@ build() {
./configure \
--disable-allstatic \
--prefix=/usr \
- --with-dynlib=/lib \
- --enable-multicall
+ --with-dynlib=/lib
make
}
@@ -34,4 +33,4 @@ doc() {
cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname"
}
-sha512sums="1ef0b937e2f698fb1b98440a84be0310e9be44763969ca812744ebc0a91fe75c50d5082067b6bb07c1acd9df1540f71b6d20254b97e4851bb28937815073298c s6-portable-utils-2.3.0.0.tar.gz"
+sha512sums="46f4a09d124e44b9b2ac3b8fa8f7b4492207f0a03a052e7b15309aeea175682f7366ff74fbd8a2732952c8f3bbb2fcc69b4bca89609b690e91d167bd25c16b90 s6-portable-utils-2.3.0.1.tar.gz"