diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-16 13:44:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-16 13:44:20 -0500 |
commit | 5baa8466f439933d7d1cea79d455721c047a1a72 (patch) | |
tree | 4167ea94e86bd30f80b5df6a7e400417fece7334 /community/pam-krb5/PKGBUILD | |
parent | 4acfc45fbd39df37b6b3a215ff5cf67f00797446 (diff) |
Update version to os-prober and pam-krb5
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}" |