diff options
Diffstat (limited to 'core/libsasl/PKGBUILD')
-rw-r--r-- | core/libsasl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libsasl/PKGBUILD b/core/libsasl/PKGBUILD index e5ba8e935..193fc4bb5 100644 --- a/core/libsasl/PKGBUILD +++ b/core/libsasl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libsasl pkgver=2.1.23 pkgrel=5 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cyrusimap.web.cmu.edu/downloads.html#sasl" license=('custom') depends=('db>=4.8') |