summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb27d34dbbfc..13e1d89cb641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
-# Generated by mksrcinfo v8
-# Tue Dec 19 23:04:19 UTC 2017
pkgbase = libbitcoin-database-git
pkgdesc = Bitcoin High Performance Blockchain Database
pkgver = 20170303
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/libbitcoin/libbitcoin-database
- arch = i686
+ arch = aarch64
arch = x86_64
groups = libbitcoin
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index a97325688ce9..ee63b77f3d8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libbitcoin-database-git
pkgver=20170303
-pkgrel=3
+pkgrel=4
pkgdesc="Bitcoin High Performance Blockchain Database"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'x86_64')
depends=('boost'
'boost-libs'
'libbitcoin-system'