summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo P2018-01-03 19:06:25 -0500
committerLeo P2018-01-03 19:06:25 -0500
commit7796f0ee680992d726a3014a7c216d8cdf592a9b (patch)
treea5fc1e43c41214b61a9f6aa153989032e0a1ee44 /PKGBUILD
parentb7b71869c3805d9d7eab17008acf7d639ef40484 (diff)
downloadaur-7796f0ee680992d726a3014a7c216d8cdf592a9b.tar.gz
revert boost 1.66 commit until 1.66 makes it out of [testing]
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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