summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-08-17 21:39:14 -0400
committerAndy Weidenbaum2018-08-17 21:39:14 -0400
commitcd1af3da8420c1cb161e29f77ba8b33b0d8a381a (patch)
tree267e0b21d22aa17bd352a677b52d64b2003dc26c
parent93d8b08d5c7e46a9d601157677a5123a0677acbe (diff)
downloadaur-cd1af3da8420c1cb161e29f77ba8b33b0d8a381a.tar.gz
increment pkgrel to 2; fix arch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 455d7625a618..61ab35901594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
-# Generated by mksrcinfo v8
-# Sat Mar 10 04:22:57 UTC 2018
pkgbase = libbitcoin-consensus
pkgdesc = Bitcoin Consensus Library
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libbitcoin/libbitcoin-consensus
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
arch = i686
arch = x86_64
groups = libbitcoin
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')