diff options
Diffstat (limited to 'community/pwsafe/PKGBUILD')
-rw-r--r-- | community/pwsafe/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pwsafe/PKGBUILD b/community/pwsafe/PKGBUILD index f624e456c..9ce2a6cf1 100644 --- a/community/pwsafe/PKGBUILD +++ b/community/pwsafe/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pwsafe pkgver=0.2.0 pkgrel=7 pkgdesc="A commandline program for managing encrypted password databases" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nsd.dyndns.org/pwsafe/" license=('GPL') depends=('openssl' 'libxmu' 'readline') |