summaryrefslogtreecommitdiff
path: root/community/nss-pam-ldapd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nss-pam-ldapd/PKGBUILD')
-rw-r--r--community/nss-pam-ldapd/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD
index 19cacfa2f..f4cec348c 100644
--- a/community/nss-pam-ldapd/PKGBUILD
+++ b/community/nss-pam-ldapd/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
pkgname=nss-pam-ldapd
-pkgver=0.8.12
-pkgrel=3
+pkgver=0.8.13
+pkgrel=2
pkgdesc='LDAP module for NSS and PAM'
arch=('i686' 'x86_64' 'mips64el')
url="http://arthurdejong.org/$pkgname/"
@@ -16,17 +16,18 @@ install=nss-pam-ldapd.install
backup=('etc/nslcd.conf')
source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz"
"nslcd.service")
-sha1sums=('9c320172df0cdd4eca6cd97ad4c2438e6552ffe0'
- '40afa421f05c2128a5219504fea45b2e76830973')
-
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+ 'b564fa5738963a67a9240bf4ce63b2fa494cafb7')
+
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure \
--prefix=/usr \
+ --sbindir=/usr/bin \
--sysconfdir=/etc \
--localstatedir=/var \
--with-pam-seclib-dir=/usr/lib/security;
-
+
make
}