[arch-commits] Commit in audit/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Wed Apr 26 16:10:00 UTC 2017


    Date: Wednesday, April 26, 2017 @ 16:09:57
  Author: shibumi
Revision: 225690

upgpkg: audit 2.7.5-2 included python2 and python3 bindings

Modified:
  audit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 15:57:00 UTC (rev 225689)
+++ PKGBUILD	2017-04-26 16:09:57 UTC (rev 225690)
@@ -8,12 +8,12 @@
 
 pkgname=audit
 pkgver=2.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
 arch=('i686' 'x86_64')
 depends=('krb5' 'libcap-ng')
-makedepends=('libldap' 'swig' 'linux-headers' 'python')
+makedepends=('libldap' 'swig' 'linux-headers' 'python' 'python2')
 license=('GPL')
 options=('emptydirs')
 backup=(
@@ -34,13 +34,12 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  export PYTHON=/usr/bin/python3
+  export PYTHON=/usr/bin/python2
   ./configure \
     --prefix=/usr \
     --sbindir=/usr/bin \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/audit \
-    --with-python=yes \
     --enable-gssapi-krb5=yes \
     --enable-systemd=yes \
     --with-libcap-ng=yes



More information about the arch-commits mailing list