From a66f782f58a58e4c44298f0096b6f9d6f8cc9211 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 30 Aug 2020 22:08:28 +0200 Subject: [PATCH] libcap-ng: update to 0.7.11. --- srcpkgs/libcap-ng/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template index d2bbea8cb94..7cefd036daa 100644 --- a/srcpkgs/libcap-ng/template +++ b/srcpkgs/libcap-ng/template @@ -1,7 +1,7 @@ # Template file for 'libcap-ng' pkgname=libcap-ng -version=0.7.10 -revision=3 +version=0.7.11 +revision=1 build_style=gnu-configure configure_args="--without-python --without-python3" short_desc="Alternate POSIX capabilities library" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="http://people.redhat.com/sgrubb/libcap-ng/" distfiles="http://people.redhat.com/sgrubb/$pkgname/$pkgname-$version.tar.gz" -checksum=a84ca7b4e0444283ed269b7a29f5b6187f647c82e2b876636b49b9a744f0ffbf +checksum=85815c711862d01a440db471f12fba462c9949e923966f5859607e652d9c0ae9 subpackages="libcap-ng-devel libcap-ng-progs" @@ -42,7 +42,6 @@ libcap-ng-python3_package() { lib32disabled=yes short_desc+=" - Python3 bindings" depends="python3" - pycompile_module="capng.py" pkg_install() { vmove ${py3_sitelib} }