libcap-ng: update to 0.7.11.
This commit is contained in:
parent
e75e76da7f
commit
0353d099ff
|
@ -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 <orphan@voidlinux.org>"
|
|||
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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue