diff options
Diffstat (limited to 'extra/truecrypt/PKGBUILD')
-rw-r--r-- | extra/truecrypt/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/truecrypt/PKGBUILD b/extra/truecrypt/PKGBUILD index e0de53cba..0adeccb65 100644 --- a/extra/truecrypt/PKGBUILD +++ b/extra/truecrypt/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 epoch=1 pkgdesc="Free open-source cross-platform disk encryption software" url="http://www.truecrypt.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') # TrueCrypt License v2.6 depends=('fuse>=2.8.0' 'wxgtk>=2.8.9' 'libsm' 'device-mapper') makedepends=('nasm') |