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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 30 15:19:19 UTC 2008


    Date: Wednesday, April 30, 2008 @ 11:19:19
  Author: andyrtr
Revision: 1085

upgpkg: pam 1.0.1-1

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-29 16:17:16 UTC (rev 1084)
+++ PKGBUILD	2008-04-30 15:19:19 UTC (rev 1085)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=pam
-pkgver=0.99.9.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -10,16 +10,15 @@
 groups=('base')
 depends=('glibc' 'db>=4.6' '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/pre/library/Linux-PAM-$pkgver.tar.bz2 \
+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 \
         other)
 options=('!libtool' '!emptydirs')
-md5sums=('f526c794482ce21c31866549e05c45de'
+md5sums=('1c75f81bd44c5da93014992820917847'
          '08d3bc1940897b5dfcbe2f51dd979ad0'
-	 '6e6c8719e5989d976a14610f340bd33a')
+         '6e6c8719e5989d976a14610f340bd33a')
 
 build() {
-  export MAKEFLAGS="-1"
   cd $startdir/src/Linux-PAM-$pkgver
   ./configure --sysconfdir=/etc DESTDIR=$startdir/pkg --libdir=/lib
   make || return 1





More information about the arch-commits mailing list