Date: Thursday, October 30, 2014 @ 05:17:39 Author: eric Revision: 121591
upgpkg: nss-pam-ldapd 0.9.4-1 Upstream update, Fix depends, replaces, conflicts and provides arrays Modified: nss-pam-ldapd/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-29 23:46:13 UTC (rev 121590) +++ PKGBUILD 2014-10-30 04:17:39 UTC (rev 121591) @@ -2,22 +2,21 @@ # Maintainer: Federico Cinelli <[email protected]> pkgname=nss-pam-ldapd -pkgver=0.8.14 +pkgver=0.9.4 pkgrel=1 pkgdesc='LDAP module for NSS and PAM' arch=('i686' 'x86_64') -url="http://arthurdejong.org/$pkgname/" +url="http://arthurdejong.org/nss-pam-ldapd/" license=('LGPL2.1') -depends=('krb5') -replaces=('nss_ldap') -conflicts=('nss-pam-ldapd-git' 'pam_ldap') -provides=('nss-pam-ldapd') +depends=('pam') +conflicts=('pam_ldap') +backup=('etc/nslcd.conf') +options=('!emptydirs') install=nss-pam-ldapd.install -backup=('etc/nslcd.conf') source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz" "nslcd.service" "nslcd.tmpfiles") -md5sums=('c6f8876c5d0c476fbf545a6eda80390a' +md5sums=('0d74202700efdde3b6e551bfff49c132' 'c2edd35bab384c907eb442c606de856f' 'd78a702ae9e81af03ae0a85a6af4d2f3') @@ -28,7 +27,7 @@ --sbindir=/usr/bin \ --sysconfdir=/etc \ --localstatedir=/var \ - --with-pam-seclib-dir=/usr/lib/security; + --with-pam-seclib-dir=/usr/lib/security make } Property changes on: nss-pam-ldapd/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
