From e69e0556c540da2b74477d2f38c8825621cda5c5 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Mon, 30 Jan 2023 16:45:43 +0000 Subject: [PATCH] libcap: update to 2.66. --- srcpkgs/libcap/template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index 13c13bcd2822..91fa5e61c484 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -1,6 +1,6 @@ # Template file for 'libcap' pkgname=libcap -version=2.54 +version=2.66 revision=1 bootstrap=yes build_style=gnu-makefile @@ -10,19 +10,15 @@ make_use_env=yes short_desc="POSIX.1e capabilities suite" maintainer="skmpz " license="GPL-2.0-only" -homepage="http://sites.google.com/site/fullycapable/" +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/${pkgname}-${version}.tar.xz" -checksum=5091b24247999fd7a5e62bd9ac8bc761cda29f9baa0d1a2ca6a46f13891b4f0f +distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz" +checksum=15c40ededb3003d70a283fe587a36b7d19c8b3b554e33f86129c059a4bb466b2 if [ "$CROSS_BUILD" ]; then make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-" -fi - -if [ "$CHROOT_READY" ]; then - hostmakedepends="perl" - if [ -z "$CROSS_BUILD" ]; then - hostmakedepends+=" gperf" + if [ -z "$CHROOT_READY" ]; then + hostmakedepends="gperf" fi fi