From d4cecb70df95eff6f15a4f8c60891fa78492da56 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 30 Mar 2023 23:58:43 +0100 Subject: [PATCH] libcap: update to 2.68. --- srcpkgs/libcap/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index b1586d3dd7ac..306033f74b5e 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -1,19 +1,20 @@ # Template file for 'libcap' pkgname=libcap -version=2.67 +version=2.68 revision=1 bootstrap=yes build_style=gnu-makefile make_install_args="SBINDIR=/usr/bin exec_prefix=/usr LIBDIR=/usr/lib PKGCONFIGDIR=/usr/lib/pkgconfig RAISE_SETFCAP=no" make_use_env=yes +make_check_target="test" short_desc="POSIX.1e capabilities suite" maintainer="skmpz " license="GPL-2.0-only" homepage="https://sites.google.com/site/fullycapable/" changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap" distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz" -checksum=ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198 +checksum=90be3b6d41be5f81ae4b03ec76012b0d27c829293684f6c05b65d5f9cce724b2 if [ "$CROSS_BUILD" ]; then make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"