[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Thu May 14 17:39:35 UTC 2015
Date: Thursday, May 14, 2015 @ 19:39:35
Author: demize
Revision: 133448
upgpkg: nss-pam-ldapd 0.9.5-1
upgpkg: nss-pam-ldapd 0.9.5-1
Modified:
nss-pam-ldapd/trunk/PKGBUILD
----------+
PKGBUILD | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-14 17:19:57 UTC (rev 133447)
+++ PKGBUILD 2015-05-14 17:39:35 UTC (rev 133448)
@@ -1,27 +1,35 @@
# $Id$
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
pkgname=nss-pam-ldapd
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
+
pkgdesc='LDAP module for NSS and PAM'
+url="http://arthurdejong.org/nss-pam-ldapd/"
arch=('i686' 'x86_64')
-url="http://arthurdejong.org/nss-pam-ldapd/"
license=('LGPL2.1')
+
depends=('pam')
conflicts=('pam_ldap')
+
backup=('etc/nslcd.conf')
+
options=('!emptydirs')
+
install=nss-pam-ldapd.install
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz"
+source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
"nslcd.service"
"nslcd.tmpfiles")
-md5sums=('0d74202700efdde3b6e551bfff49c132'
+md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
'c2edd35bab384c907eb442c606de856f'
'd78a702ae9e81af03ae0a85a6af4d2f3')
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd nss-pam-ldapd-"$pkgver"
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
@@ -33,7 +41,7 @@
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd nss-pam-ldapd-"$pkgver"
install -Dm644 "$srcdir/nslcd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
install -Dm644 "$srcdir/nslcd.service" "$pkgdir/usr/lib/systemd/system/nslcd.service"
More information about the arch-commits
mailing list