diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template index f21f32725d0..577706c575c 100644 --- a/srcpkgs/audit/template +++ b/srcpkgs/audit/template @@ -1,7 +1,7 @@ # Template file for 'audit' pkgname=audit version=3.0.3 -revision=2 +revision=3 build_style=gnu-configure configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5 --with-apparmor --with-libcap-ng --with-python3" @@ -86,6 +86,7 @@ libauparse-devel_package() { python3-audit_package() { lib32disabled=yes short_desc+=" - Python3 bindings" + depends="python3" pkg_install() { vmove "usr/lib/python3*" }