diff options
Diffstat (limited to 'community/keepassx/PKGBUILD')
-rw-r--r-- | community/keepassx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD index 0c4f81fae..f47d77121 100644 --- a/community/keepassx/PKGBUILD +++ b/community/keepassx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=keepassx pkgver=0.4.3 pkgrel=1 pkgdesc="Cross platform password manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.keepassx.org/" license=('GPL2') depends=('qt' 'libxtst') |