Date: Tuesday, November 10, 2015 @ 06:04:25 Author: thestinger Revision: 146468
upgpkg: audit 2.4.4-1 Modified: audit/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-10 03:54:19 UTC (rev 146467) +++ PKGBUILD 2015-11-10 05:04:25 UTC (rev 146468) @@ -6,13 +6,13 @@ # Contributor: henning mueller <[email protected]> pkgname=audit -pkgver=2.4.2 +pkgver=2.4.4 pkgrel=1 pkgdesc='Userspace components of the audit framework' -url='http://people.redhat.com/sgrubb/audit' +url='https://people.redhat.com/sgrubb/audit' arch=(i686 x86_64) depends=(krb5 libcap-ng) -makedepends=(libldap swig linux-headers python2) +makedepends=(libldap swig linux-headers python) license=(GPL) options=(emptydirs) backup=( @@ -28,12 +28,12 @@ etc/audisp/plugins.d/syslog.conf ) source=("$url/$pkgname-$pkgver.tar.gz") -sha256sums=('12a0266f79168f6bb6cb623f3c11ed18d3dfbd47577338a2eb39814234194122') +sha256sums=('25f57f465f3230d7b1166b615ffd6748818a3dc225d0e8b396c5b2e951674e23') install=$pkgname.install build() { cd $pkgname-$pkgver - export PYTHON=/usr/bin/python2 + export PYTHON=/usr/bin/python3 ./configure \ --prefix=/usr \ --sbindir=/usr/bin \
