diff options
author | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
commit | f6a79a3f5989efc8db63af942851c56f0c462bb1 (patch) | |
tree | 08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/nss_ldap | |
parent | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff) |
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/nss_ldap')
-rw-r--r-- | extra/nss_ldap/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/nss_ldap/PKGBUILD b/extra/nss_ldap/PKGBUILD index 0a1f93d38..71c689f86 100644 --- a/extra/nss_ldap/PKGBUILD +++ b/extra/nss_ldap/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 121171 2011-04-29 06:45:19Z stephane $ +# $Id: PKGBUILD 151294 2012-02-25 13:12:18Z pierre $ # Maintainer: Paul Mattal <paul@archlinux.org> # Contributor: Comete <la_comete@tiscali.fr> pkgname=nss_ldap pkgver=265 -pkgrel=2 +pkgrel=3 pkgdesc="The nss_ldap module provides the means for Linux and Solaris workstations to resolve the entities defined in RFC 2307 from LDAP directories." -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://www.padl.com/OSS/nss_ldap.html" license=('LGPL') -depends=('libldap>=2.4.18' 'krb5') +depends=('libldap' 'krb5') backup=("etc/nss_ldap.conf") -source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz) +source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz") md5sums=('c1cb02d1a85538cf16bca6f6a562abe4') build() { |