summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-08-17 21:39:14 -0400
committerAndy Weidenbaum2018-08-17 21:39:14 -0400
commitcd1af3da8420c1cb161e29f77ba8b33b0d8a381a (patch)
tree267e0b21d22aa17bd352a677b52d64b2003dc26c /PKGBUILD
parent93d8b08d5c7e46a9d601157677a5123a0677acbe (diff)
downloadaur-libbitcoin-consensus.tar.gz
increment pkgrel to 2; fix arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab906b85ac42..0a0325ff554f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libbitcoin-consensus
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bitcoin Consensus Library"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
depends=('boost'
'boost-libs'
'libsecp256k1')