diff options
Diffstat (limited to 'extra/libotr')
-rw-r--r-- | extra/libotr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libotr/PKGBUILD b/extra/libotr/PKGBUILD index 2529987dd..a47c47a03 100644 --- a/extra/libotr/PKGBUILD +++ b/extra/libotr/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc='Off-the-Record Messaging Library and Toolkit' url='http://www.cypherpunks.ca/otr/' license=('GPL' 'LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libgcrypt') options=('!libtool') source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz") |