summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-08-17 21:39:56 -0400
committerAndy Weidenbaum2018-08-17 21:39:56 -0400
commita79bb36d90f07befe5cd897984a57c30627384c5 (patch)
treeeb21e97b47a2d1c0db4ef555bb4457b6d27c35fd /PKGBUILD
parenta6c0ef1b4f576cf7361f9d998ad0f4686ca2868a (diff)
downloadaur-a79bb36d90f07befe5cd897984a57c30627384c5.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 fa32c3aee441..c856bebcb015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libbitcoin-client
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bitcoin Client Query Library"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
depends=('boost'
'boost-libs'
'icu'