summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-08-17 21:38:39 -0400
committerAndy Weidenbaum2018-08-17 21:38:39 -0400
commit6e072d0f4cdf54a6346964566833c6772877703b (patch)
treef76376b314821bb9e1d1bfbf2d341119496452b5 /PKGBUILD
parent98ac0c3895333111bb92771f95a2f2db894c98c8 (diff)
downloadaur-libbitcoin-system-git.tar.gz
increment pkgrel to 4; fix arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dab57a7df9d..9f0d7db92d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=libbitcoin-system-git
pkgver=20170307
-pkgrel=3
+pkgrel=4
pkgdesc="Bitcoin Cross-Platform C++ Development Toolkit"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
depends=('boost'
'boost-libs'
'icu'