diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2025-05-05 18:48:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-adelie@skarnet.org> | 2025-05-07 03:25:20 +0000 |
commit | 8146391c6ff354e48b033bc5206e659263c41246 (patch) | |
tree | 25c64f2f805d7f361063a2145fbecb9111bf53d0 | |
parent | 4da7b939eb3adf733116c28b12a21e2e6006609a (diff) | |
download | packages-8146391c6ff354e48b033bc5206e659263c41246.tar.gz packages-8146391c6ff354e48b033bc5206e659263c41246.tar.bz2 packages-8146391c6ff354e48b033bc5206e659263c41246.tar.xz packages-8146391c6ff354e48b033bc5206e659263c41246.zip |
user/s6-portable-utils: upgrade to 2.3.1.0
-rw-r--r-- | user/s6-portable-utils/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/user/s6-portable-utils/APKBUILD b/user/s6-portable-utils/APKBUILD index 9752d687c..6d0909f02 100644 --- a/user/s6-portable-utils/APKBUILD +++ b/user/s6-portable-utils/APKBUILD @@ -1,14 +1,13 @@ -# Contributor: Laurent Bercot <ska-adelie@skarnet.org> # Maintainer: Laurent Bercot <ska-adelie@skarnet.org> pkgname=s6-portable-utils -pkgver=2.3.0.4 +pkgver=2.3.1.0 pkgrel=0 pkgdesc="skarnet.org's portable miscellaneous utilities" url="https://skarnet.org/software/s6-portable-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="0da4fb637f414d870e0476a01c08448b021d2c20c9a4746ab1c6c700e8eeb055d57f6e8326228694463483cd307e308f8fe148a615232039f32dcf351d5060ec s6-portable-utils-2.3.0.4.tar.gz" +sha512sums="80ab6152d5c3f88449d77924ceb43ccef12a41918d2fd8042ded15423b8f65e612d582c6475d73c500380018a91f7adc48c71740c898015565a046a8fbef1cd5 s6-portable-utils-2.3.1.0.tar.gz" |