summaryrefslogtreecommitdiff
path: root/community/nss-pam-ldapd/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/nss-pam-ldapd/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
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
}