diff options
Diffstat (limited to 'community/pam-krb5/PKGBUILD')
-rw-r--r-- | community/pam-krb5/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD index cf8f2f254..7a6a625fe 100644 --- a/community/pam-krb5/PKGBUILD +++ b/community/pam-krb5/PKGBUILD @@ -3,8 +3,8 @@ # 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' 'mips64el') url='http://www.eyrie.org/~eagle/software/pam-krb5/' @@ -12,7 +12,7 @@ license=('custom') options=('!libtool') depends=('krb5' 'pam') source=("http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz") -md5sums=('5736795225cf7f84718af42a15570fe0') +md5sums=('296e9c8281419ce1fc41d537d18f74b8') build() { cd "${srcdir}/${pkgname}-${pkgver}" |