summaryrefslogtreecommitdiff
path: root/community/pam-krb5
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-21 01:56:19 -0700
committerroot <root@rshg054.dnsready.net>2012-10-21 01:56:19 -0700
commit159f9396cc5a7cb168fad9f3dc0e43bd790fdaeb (patch)
tree306fefe4a90b2e01ed034173f1979331a24bab00 /community/pam-krb5
parent9598f5141ea75ffa72a3c7c85639c6f296020ef1 (diff)
Sun Oct 21 01:55:44 PDT 2012
Diffstat (limited to 'community/pam-krb5')
-rw-r--r--community/pam-krb5/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD
index 85c53eff2..88e927d62 100644
--- a/community/pam-krb5/PKGBUILD
+++ b/community/pam-krb5/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 70351 2012-05-04 23:55:05Z allan $
+# $Id: PKGBUILD 78535 2012-10-20 10:30:17Z ebelanger $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Ryan Corder <ryanc@greengrey.org>
pkgname=pam-krb5
-pkgver=4.5
-pkgrel=2
+pkgver=4.6
+pkgrel=1
pkgdesc='A PAM module providing Kerberos v5 support.'
arch=('i686' 'x86_64')
url='http://www.eyrie.org/~eagle/software/pam-krb5/'
license=('custom')
options=('!libtool')
depends=('krb5' 'pam')
-source=("http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz")
-md5sums=('5736795225cf7f84718af42a15570fe0')
+source=(http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('296e9c8281419ce1fc41d537d18f74b8'
+ 'c68a521345d79d54fb129a3f4ca2767b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"