diff options
Diffstat (limited to 'community/gpg-crypter/PKGBUILD')
-rw-r--r-- | community/gpg-crypter/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gpg-crypter/PKGBUILD b/community/gpg-crypter/PKGBUILD index 182a33e79..60a196bb1 100644 --- a/community/gpg-crypter/PKGBUILD +++ b/community/gpg-crypter/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gpg-crypter pkgver=0.4.1 pkgrel=1 pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gpg-crypter.sourceforge.net/" license=('GPL2') depends=('gtk3' 'gpgme') |