summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-07-24 09:55:34 -0700
committerAndy Weidenbaum2016-07-24 09:55:34 -0700
commit96cd68b51d16c42d69b1bac3f8a4663eff73362a (patch)
tree55f6d83570bcc2a37e77a9f973653759016327e2
parente0300ed0e44484e3de20f4c6589cd7ff774452a3 (diff)
downloadaur-96cd68b51d16c42d69b1bac3f8a4663eff73362a.tar.gz
update pkgver, rm czmq dep, make -j
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f35385919df..18696e44c711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 28 22:00:33 UTC 2016
+# Sun Jul 24 16:54:27 UTC 2016
pkgbase = libbitcoin-consensus-git
pkgdesc = Bitcoin Consensus Library
pkgver = 20160523
diff --git a/PKGBUILD b/PKGBUILD
index 9d285bb7225a..ed862c354d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ build() {
--localstatedir=/var/lib/libbitcoin-consensus \
--with-gnu-ld \
--without-tests
- make
+ make -j$(($(nproc)/2))
}
package() {