summaryrefslogtreecommitdiff
path: root/extra/nss_ldap
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nss_ldap')
-rw-r--r--extra/nss_ldap/PKGBUILD10
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() {