summaryrefslogtreecommitdiff
path: root/user/s6-linux-utils
diff options
context:
space:
mode:
authorLaurent Bercot <ska-adelie@skarnet.org>2023-02-25 11:47:10 +0000
committerLaurent Bercot <ska-adelie@skarnet.org>2023-02-25 11:47:10 +0000
commit930e09988d6d8dec09bff0870d9f45a5c877bdba (patch)
tree253ff69e47fb20f0e43d18b394603d3b148bb8b5 /user/s6-linux-utils
parent3f2f0a48cfdb1c2ab92de43d62ded0a4b3105e66 (diff)
downloadpackages-930e09988d6d8dec09bff0870d9f45a5c877bdba.tar.gz
packages-930e09988d6d8dec09bff0870d9f45a5c877bdba.tar.bz2
packages-930e09988d6d8dec09bff0870d9f45a5c877bdba.tar.xz
packages-930e09988d6d8dec09bff0870d9f45a5c877bdba.zip
user/s6-linux-utils: upgrade to 2.6.1.2, disable multicall
Diffstat (limited to 'user/s6-linux-utils')
-rw-r--r--user/s6-linux-utils/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/user/s6-linux-utils/APKBUILD b/user/s6-linux-utils/APKBUILD
index 2bdb03568..12e2784ee 100644
--- a/user/s6-linux-utils/APKBUILD
+++ b/user/s6-linux-utils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Laurent Bercot <ska-adelie@skarnet.org>
# Maintainer: Laurent Bercot <ska-adelie@skarnet.org>
pkgname=s6-linux-utils
-pkgver=2.6.1.0
+pkgver=2.6.1.2
pkgrel=0
pkgdesc="skarnet.org's Linux-specific miscellaneous utilities"
url="https://skarnet.org/software/s6-linux-utils/"
@@ -18,8 +18,7 @@ build() {
./configure \
--disable-allstatic \
--prefix=/usr \
- --with-dynlib=/lib \
- --enable-multicall
+ --with-dynlib=/lib
make
}
@@ -35,4 +34,4 @@ doc() {
cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname"
}
-sha512sums="a9308cf6629439356c7379d7e07e79cd2fa780014f65fa997551b89fe8a7a9490145efea8612490ece4bdaf3b0ae06e07464ec157a1ed1509d4afee2d5722ec1 s6-linux-utils-2.6.1.0.tar.gz"
+sha512sums="7afb268719410e93c711d20532118d6dcc338ebdf9a12c18ba794e1a23acb9ed264133838e89cc0e26fbed1bfacb0d2eb20efc9dc9bddffa0a74f9bc2c17cdb7 s6-linux-utils-2.6.1.2.tar.gz"