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

Tobias Powalowski tpowa at archlinux.org
Sat Sep 27 19:03:42 UTC 2008


    Date: Saturday, September 27, 2008 @ 15:03:42
  Author: tpowa
Revision: 13591

upgpkg: pam 1.0.2-2

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-27 18:50:47 UTC (rev 13590)
+++ PKGBUILD	2008-09-27 19:03:42 UTC (rev 13591)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=pam
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -11,11 +11,11 @@
 depends=('glibc' 'db>=4.7' 'cracklib')
 backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/pam.d/other etc/default/passwd etc/environment)
 source=(http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2 \
-        ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.1.tar.bz2 \
+        ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2 \
         other)
 options=('!libtool' '!emptydirs')
 md5sums=('fc5e35645b75befae28c88b711b28ffb'
-         '08d3bc1940897b5dfcbe2f51dd979ad0'
+         'e2788389a6c59224110a45fcff30e02b'
 	 '6e6c8719e5989d976a14610f340bd33a')
 
 build() {
@@ -26,7 +26,7 @@
   install -D -m644 ../other $startdir/pkg/etc/pam.d/other
   # build pam_unix2 module
   # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
-  cd $startdir/src/pam_unix2-2.1
+  cd $startdir/src/pam_unix2-2.6
   ./configure
   make || return 1
   make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list