[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 7 07:37:54 UTC 2018


    Date: Thursday, June 7, 2018 @ 07:37:53
  Author: arojas
Revision: 326179

BUILDINFO rebuild

Modified:
  pam_ldap/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 07:35:54 UTC (rev 326178)
+++ PKGBUILD	2018-06-07 07:37:53 UTC (rev 326179)
@@ -4,7 +4,7 @@
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=5
+pkgrel=6
 pkgdesc="LDAP authentication module for the PAM framework"
 arch=('x86_64')
 url="http://www.padl.com/OSS/pam_ldap.html"
@@ -12,7 +12,7 @@
 depends=('libldap' 'pam')
 backup=('etc/pam_ldap.conf')
 options=('!makeflags')
-source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
+source=("https://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
 md5sums=('58c8689921c5c4578363438acd8503c2')
 
 build() {
@@ -20,7 +20,7 @@
   ./configure --libdir=/usr/lib \
       --with-ldap-conf-file=/etc/pam_ldap.conf \
       --mandir=/usr/share/man
-  PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
+  PERL5LIB="$PWD" PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
 }
 
 package() {



More information about the arch-commits mailing list