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 d168d0bfeb8d..ad875133c50e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
-# Generated by mksrcinfo v8
-# Sat Mar 10 04:23:02 UTC 2018
pkgbase = libbitcoin-database
pkgdesc = Bitcoin High Performance Blockchain Database
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
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 d3546e3ca635..0f9ae09001e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libbitcoin-database
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bitcoin High Performance Blockchain Database"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'x86_64')
depends=('boost'
'boost-libs'
'libbitcoin-system'