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

Tobias Powalowski tpowa at nymeria.archlinux.org
Tue Oct 15 06:38:16 UTC 2013


    Date: Tuesday, October 15, 2013 @ 08:38:15
  Author: tpowa
Revision: 196542

upgpkg: pam 1.1.8-1

bump to latest version

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-15 06:01:06 UTC (rev 196541)
+++ PKGBUILD	2013-10-15 06:38:15 UTC (rev 196542)
@@ -3,8 +3,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=pam
-pkgver=1.1.6
-pkgrel=5
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,18 +15,15 @@
 source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
         #http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
         ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
-        pam_unix2-glibc216.patch
-        pam_namespace-build-1.1.6.patch)
+        pam_unix2-glibc216.patch)
 options=('!libtool' '!emptydirs')
-md5sums=('7b73e58b7ce79ffa321d408de06db2c4'
+md5sums=('35b6091af95981b1b2cd60d813b5e4ee'
          'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
-         'dac109f68e04a4df37575fda6001ea17'
-         '440a510164ba5eb69bf41e129746ff44')
+         'dac109f68e04a4df37575fda6001ea17')
 
 build() {
   cd $srcdir/Linux-PAM-$pkgver
   ./configure --libdir=/usr/lib --sbindir=/usr/bin
-  patch -Np0 -i ../pam_namespace-build-1.1.6.patch
   make
 
   cd $srcdir/pam_unix2-2.9.1




More information about the arch-commits mailing list