summaryrefslogtreecommitdiff
path: root/community/pam-krb5
diff options
context:
space:
mode:
Diffstat (limited to 'community/pam-krb5')
-rw-r--r--community/pam-krb5/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD
index 7a6a625fe..c0e35c92b 100644
--- a/community/pam-krb5/PKGBUILD
+++ b/community/pam-krb5/PKGBUILD
@@ -1,4 +1,4 @@
-# $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>
@@ -11,8 +11,9 @@ 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=('296e9c8281419ce1fc41d537d18f74b8')
+source=(http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('296e9c8281419ce1fc41d537d18f74b8'
+ 'c68a521345d79d54fb129a3f4ca2767b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"