diff options
Diffstat (limited to 'community/nss-pam-ldapd/PKGBUILD')
-rw-r--r-- | community/nss-pam-ldapd/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD index 8a32d9c79..9d056e583 100644 --- a/community/nss-pam-ldapd/PKGBUILD +++ b/community/nss-pam-ldapd/PKGBUILD @@ -2,24 +2,24 @@ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> pkgname=nss-pam-ldapd -pkgver=0.8.13 -pkgrel=5 +pkgver=0.8.14 +pkgrel=1 pkgdesc='LDAP module for NSS and PAM' arch=('i686' 'x86_64') url="http://arthurdejong.org/$pkgname/" license=('LGPL2.1') depends=('krb5') -replaces=('pam_ldap' 'nss_ldap') -conflicts=('nss-pam-ldapd-git') +replaces=('nss_ldap') +conflicts=('nss-pam-ldapd-git' 'pam_ldap') provides=('nss-pam-ldapd') install=nss-pam-ldapd.install backup=('etc/nslcd.conf') source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz" "nslcd.service" "nslcd.tmpfiles") -sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec' - 'b564fa5738963a67a9240bf4ce63b2fa494cafb7' - '6e225e0d849a48e01b58adad493f017a34bdf70c') +md5sums=('c6f8876c5d0c476fbf545a6eda80390a' + 'c2edd35bab384c907eb442c606de856f' + 'd78a702ae9e81af03ae0a85a6af4d2f3') build() { cd "$srcdir/$pkgname-$pkgver" |