summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9843546641a5..d09280a17ef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 18:28:03 UTC 2018
+# Thu Jan 4 00:05:24 UTC 2018
pkgbase = raiblocks-git
pkgdesc = RaiBlocks is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees.
- pkgver = 9.0.r67.g6d354193
+ pkgver = 9.0.r78.gc7bf58d1
pkgrel = 1
url = http://raiblocks.com/
install = install
diff --git a/PKGBUILD b/PKGBUILD
index 39bebe3348aa..348c1ab3b942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=raiblocks-git
-pkgver=9.0.r67.g6d354193
+pkgver=9.0.r78.gc7bf58d1
pkgrel=1
pkgdesc="RaiBlocks is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees."
arch=('i686' 'x86_64')
@@ -36,6 +36,9 @@ sha256sums=('74b9bc75c3d5596603e54e2553ff69d367f384789c7565437a72a64dc22f0fdd'
prepare() {
cd "$srcdir/raiblocks"
+ #revert boost 1.66 commit until it makes it out of [testing] so we can use Arch's 1.65
+ git revert 1530785edf358de5ef50cb430656981e67686bac --no-edit --no-commit
+
git submodule init
git config submodule.beast.url $srcdir/beast
@@ -45,7 +48,7 @@ prepare() {
git config submodule.phc-winner-argon2.url $srcdir/phc-winner-argon2
git submodule update --init --recursive
-
+
_flags=( "-D RAIBLOCKS_GUI=ON" )
if grep -q avx2 /proc/cpuinfo; then