summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-08-17 21:40:35 -0400
committerAndy Weidenbaum2018-08-17 21:40:35 -0400
commit41211c632fd6b821a570ab8e10a5f4807f54c2d4 (patch)
treed7a7d9a614c03ad09d1777b751197702118f64b5
parent04ee6a79b43520a4917bbcc820ab575c5d142582 (diff)
downloadaur-41211c632fd6b821a570ab8e10a5f4807f54c2d4.tar.gz
increment pkgrel to 4; fix arch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b1c50955df7..6660d1ed0dc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Dec 19 23:04:19 UTC 2017
pkgbase = libbitcoin-explorer-git
pkgdesc = Bitcoin Command Line Tool
pkgver = 20170307
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/libbitcoin/libbitcoin-explorer
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
arch = i686
arch = x86_64
groups = libbitcoin
diff --git a/PKGBUILD b/PKGBUILD
index 1c6de10c059b..9f184dd32a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libbitcoin-explorer-git
pkgver=20170307
-pkgrel=3
+pkgrel=4
pkgdesc="Bitcoin Command Line Tool"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
depends=('boost'
'boost-libs'
'icu'