[arch-commits] Commit in pam/repos (core-i686 core-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 6 16:04:29 UTC 2008


    Date: Tuesday, May 6, 2008 @ 12:04:29
  Author: andyrtr
Revision: 1363

Merged revisions 2-1362 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/pam/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1085 | andyrtr | 2008-04-30 15:19:19 +0000 (Mi, 30 Apr 2008) | 1 line
  
  upgpkg: pam 1.0.1-1
........

Modified:
  pam/repos/core-i686/	(properties)
  pam/repos/core-i686/PKGBUILD

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


Property changes on: pam/repos/core-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /pam/trunk:1
   + /pam/trunk:1-1362

Modified: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2008-05-06 15:40:27 UTC (rev 1362)
+++ core-i686/PKGBUILD	2008-05-06 16:04:29 UTC (rev 1363)
@@ -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