diff options
Diffstat (limited to 'community/bitcoin/PKGBUILD')
-rw-r--r-- | community/bitcoin/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index 77fdab78e..bfbf734f7 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.8.1 pkgrel=2 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') license=('MIT') |