diff options
Diffstat (limited to 'community/gnunet/PKGBUILD')
-rw-r--r-- | community/gnunet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD index fa60b32b3..8cf2333a6 100644 --- a/community/gnunet/PKGBUILD +++ b/community/gnunet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gnunet pkgver=0.9.1 pkgrel=1 pkgdesc="A framework for secure peer-to-peer networking" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnunet.org" license=('GPL') depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite3' 'curl' 'libmicrohttpd') |