diff options
Diffstat (limited to 'community/pam-krb5/PKGBUILD')
-rw-r--r-- | community/pam-krb5/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD index 85c53eff2..7a6a625fe 100644 --- a/community/pam-krb5/PKGBUILD +++ b/community/pam-krb5/PKGBUILD @@ -3,16 +3,16 @@ # 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') +arch=('i686' 'x86_64' 'mips64el') 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') +md5sums=('296e9c8281419ce1fc41d537d18f74b8') build() { cd "${srcdir}/${pkgname}-${pkgver}" |