diff options
Diffstat (limited to 'core/pam/PKGBUILD')
-rw-r--r-- | core/pam/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pam/PKGBUILD b/core/pam/PKGBUILD index 3fe44d8aa..175275b88 100644 --- a/core/pam/PKGBUILD +++ b/core/pam/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pam pkgver=1.1.3 pkgrel=1 pkgdesc="PAM (Pluggable Authentication Modules) library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.kernel.org/pub/linux/libs/pam/" depends=('glibc' 'db' 'cracklib') |