diff options
Diffstat (limited to 'community/ophcrack/PKGBUILD')
-rw-r--r-- | community/ophcrack/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ophcrack/PKGBUILD b/community/ophcrack/PKGBUILD index f89079136..d94e0a2b6 100644 --- a/community/ophcrack/PKGBUILD +++ b/community/ophcrack/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ophcrack pkgver=3.5.0 pkgrel=1 pkgdesc="A free Windows password cracker based on rainbow tables" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ophcrack.sourceforge.net" license=('GPL') depends=('qt4') |