summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-07-24 09:55:34 -0700
committerAndy Weidenbaum2016-07-24 09:55:34 -0700
commit242095900eaacd62d6bc3936111b6d9b57c3303a (patch)
tree10d922b0846165a815fa2ae5b09bc3f830a1c2b4 /PKGBUILD
parent53cdfa468ee0e0672a9d8f20a640fce8d527b5e7 (diff)
downloadaur-242095900eaacd62d6bc3936111b6d9b57c3303a.tar.gz
update pkgver, rm czmq dep, make -j
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00dec2a2fa2b..e86476da8047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=libbitcoin-explorer-git
-pkgver=20160527
+pkgver=20160619
pkgrel=1
pkgdesc="Bitcoin Command Line Tool"
arch=('i686' 'x86_64')
depends=('boost'
'boost-libs'
- 'czmq'
'icu'
'libbitcoin'
'libbitcoin-client'
@@ -54,7 +53,7 @@ build() {
--with-bash-completiondir=/usr/share/bash-completion/completions \
--with-gnu-ld \
--without-tests
- make
+ make -j$(($(nproc)/2))
}
package() {