diff options
Diffstat (limited to 'community/pwsafe/PKGBUILD')
-rw-r--r-- | community/pwsafe/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pwsafe/PKGBUILD b/community/pwsafe/PKGBUILD index 2a4535a27..74fbd3a1e 100644 --- a/community/pwsafe/PKGBUILD +++ b/community/pwsafe/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pwsafe pkgver=0.2.0 pkgrel=8 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') @@ -21,7 +21,7 @@ build() { # Patch from fedora, fixes FS#28339 patch -Np0 -i ../pwsafe-XChangeProperty.patch - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } |