[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Mon Dec 2 20:12:51 UTC 2019


    Date: Monday, December 2, 2019 @ 20:12:50
  Author: demize
Revision: 534747

upgpkg: nss-pam-ldapd 0.9.11-1

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-02 20:05:06 UTC (rev 534746)
+++ PKGBUILD	2019-12-02 20:12:50 UTC (rev 534747)
@@ -2,7 +2,7 @@
 # Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
 
 pkgname=nss-pam-ldapd
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 
 pkgdesc='LDAP module for NSS and PAM'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('LGPL2.1')
 
-depends=('pam' 'python2')
+depends=('pam' 'python')
 conflicts=('pam_ldap')
 
 provides=('nslcd')
@@ -25,7 +25,7 @@
         "nslcd.sysusers"
         "nslcd.tmpfiles")
 
-md5sums=('0aeeba1882c5d77108eab24ca6995b8d'
+md5sums=('91df9d46a548aa7aa95d0e7c672215d0'
          'SKIP'
          'c0d4921737bdbb38924e6774cd1d3bb1'
          'f7a52c4e0eae1a5d525d0e2f374f9114'
@@ -42,9 +42,7 @@
     --sysconfdir=/etc \
     --localstatedir=/var \
     --with-pam-seclib-dir=/usr/lib/security \
-    CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" PYTHON=python2
-
-  sed -i 's/env python$/env python2/' utils/chsh.py utils/getent.py
+    CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
 }
 
 build() {



More information about the arch-commits mailing list