diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2025-05-05 18:50:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska-adelie@skarnet.org> | 2025-05-07 03:25:20 +0000 |
commit | 0064836c79aef89fd2f6348d396fba8c039727ca (patch) | |
tree | 41ef4c9830cf0610511326a511a09ea7b44244de | |
parent | 8146391c6ff354e48b033bc5206e659263c41246 (diff) | |
download | packages-0064836c79aef89fd2f6348d396fba8c039727ca.tar.gz packages-0064836c79aef89fd2f6348d396fba8c039727ca.tar.bz2 packages-0064836c79aef89fd2f6348d396fba8c039727ca.tar.xz packages-0064836c79aef89fd2f6348d396fba8c039727ca.zip |
user/s6-linux-utils: upgrade to 2.6.3.0
-rw-r--r-- | user/s6-linux-utils/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/user/s6-linux-utils/APKBUILD b/user/s6-linux-utils/APKBUILD index c9ca33c70..6dcd1feb8 100644 --- a/user/s6-linux-utils/APKBUILD +++ b/user/s6-linux-utils/APKBUILD @@ -1,14 +1,13 @@ -# Contributor: Laurent Bercot <ska-adelie@skarnet.org> # Maintainer: Laurent Bercot <ska-adelie@skarnet.org> pkgname=s6-linux-utils -pkgver=2.6.2.1 +pkgver=2.6.3.0 pkgrel=0 pkgdesc="skarnet.org's Linux-specific miscellaneous utilities" url="https://skarnet.org/software/s6-linux-utils/" arch="all" options="!check" license="ISC" -_skalibs_version=2.14.3 +_skalibs_version=2.14.4 depends="" makedepends="skalibs-dev>=$_skalibs_version" subpackages="$pkgname-doc" @@ -18,7 +17,9 @@ build() { ./configure \ --disable-allstatic \ --prefix=/usr \ - --with-dynlib=/lib + --with-dynlib=/lib \ + --with-pkgconfig \ + --enable-pkgconfig make } @@ -28,4 +29,4 @@ package() { cp -a "$builddir/doc" "$pkgdir/usr/share/doc/$pkgname" } -sha512sums="d3f796c1edc0de6e289b7b82e8c97ea58e80d0bcb2e4731a5c2c25cf4abfbd91318e33ab48956bc6e7b2f188c622bb33def72e96f22f9448778ede5ac829c940 s6-linux-utils-2.6.2.1.tar.gz" +sha512sums="ddd8f96d637b25d3f846d546145325a8cb78a3ba3cbf897649f924ee739c7dbe891907f886dd25f11d0354b40022fe7d16b1907044716d05720e8fd6c0171e60 s6-linux-utils-2.6.3.0.tar.gz" |