aboutsummaryrefslogtreecommitdiffstats
path: root/main/libcap-ng/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libcap-ng/APKBUILD')
-rw-r--r--main/libcap-ng/APKBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/main/libcap-ng/APKBUILD b/main/libcap-ng/APKBUILD
index b51071ec5f1..b3397c90ec1 100644
--- a/main/libcap-ng/APKBUILD
+++ b/main/libcap-ng/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libcap-ng
-pkgver=0.8.2
+pkgver=0.8.4
pkgrel=0
pkgdesc="POSIX capabilities library"
-url="http://people.redhat.com/sgrubb/libcap-ng/index.html"
+url="https://people.redhat.com/sgrubb/libcap-ng/index.html"
arch="all"
-license="GPL-2.0-or-later LGPL-2.1-or-later"
+license="GPL-2.0-or-later AND LGPL-2.1-or-later"
depends_dev="linux-headers"
makedepends_host="$depends_dev"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-utils"
+subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-utils"
source="https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-$pkgver.tar.gz
apply-disable.patch
"
@@ -24,7 +24,7 @@ build() {
--infodir=/usr/share/info \
--without-python \
--without-python3 \
- --disable-static
+ --enable-static
make
}
@@ -42,5 +42,7 @@ utils() {
amove usr/bin
}
-sha512sums="0ac6e55c03b1fba3a849048b721e250951afb59190d9646704d4fd9938eccc3bd0767380fbddc42f186b4f55695475e31f34f537ae91c04a37662577a5b7a19b libcap-ng-0.8.2.tar.gz
-5f362d5d3f791d1bddc5d9ef3b31e5089c54f852904e12bc3b58dcd22fa87086766cfc095ae8b485bee1b3c4fd854575b89821052b77967a6fdca4ff7e0a0397 apply-disable.patch"
+sha512sums="
+f4f3499d592e8583c2bdb8d700981a7930bd545f0889bc02f49acecf17e3bc600b100cd4f64e9326e5bac0a07a02a1ac4b7e83e919563066665a3d67cbe6871e libcap-ng-0.8.4.tar.gz
+5f362d5d3f791d1bddc5d9ef3b31e5089c54f852904e12bc3b58dcd22fa87086766cfc095ae8b485bee1b3c4fd854575b89821052b77967a6fdca4ff7e0a0397 apply-disable.patch
+"