summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-11-03 13:33:15 -0700
committerAndy Weidenbaum2017-11-03 13:33:15 -0700
commite0b66eaa38c583169cce352ede880948e992d441 (patch)
treee5aa61484b451128d953a50a65b486c37b9b9ee6 /PKGBUILD
parentbc3a6a1254d8a689218f17472d39701a94a64b16 (diff)
downloadaur-e0b66eaa38c583169cce352ede880948e992d441.tar.gz
increment pkgrel to 3; arch+=arm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84d95b898648..49097efbefcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=bitcoin-core
pkgver=0.15.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Bitcoin Core headless P2P node"
-arch=('i686' 'x86_64')
+arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://bitcoin.org"
depends=('boost'
'boost-libs'