diff options
Diffstat (limited to 'community/keysafe/PKGBUILD')
-rw-r--r-- | community/keysafe/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/keysafe/PKGBUILD b/community/keysafe/PKGBUILD index 769cf6a6e..846072d27 100644 --- a/community/keysafe/PKGBUILD +++ b/community/keysafe/PKGBUILD @@ -6,7 +6,7 @@ pkgname=keysafe pkgver=0.5 pkgrel=1 pkgdesc="A safe place to keep your passwords" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://therning.org/magnus/computer/keysafe/" license=('GPL') depends=('gnome-python' 'boost-libs' 'botan') |