summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5edc19cd939..e927f4c76091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Oct 8 22:48:18 UTC 2016
+# Sat Oct 8 23:13:01 UTC 2016
pkgbase = bitcoind-unlimited-git
pkgdesc = Bitcoin Unlimited versions of bitcoind, bitcoin-cli, and bitcoin-tx
pkgver = 0.12.1
pkgrel = 1
url = http://www.bitcoinunlimited.info
install = bitcoin.install
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv7h
license = MIT
makedepends = autoconf
makedepends = automake
diff --git a/PKGBUILD b/PKGBUILD
index f7fb8c7e150a..f0bb032795b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=bitcoind-unlimited-git
pkgver=0.12.1
pkgrel=1
pkgdesc="Bitcoin Unlimited versions of bitcoind, bitcoin-cli, and bitcoin-tx"
-arch=('any')
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.bitcoinunlimited.info"
depends=('boost'
'boost-libs'