summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2018-01-02 13:11:20 -0500
committerLeo P2018-01-02 13:11:20 -0500
commitf679355ee5a72227edf1afa87267909a6b3a8acb (patch)
tree8e4327a3b498f27b4cd68e2b7bc7c2f413257576
parent5937514459b0f3c86b269715ca48445b75237538 (diff)
downloadaur-f679355ee5a72227edf1afa87267909a6b3a8acb.tar.gz
whitespace, too
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1369b296233b..5b85f5bd43f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 18:09:22 UTC 2018
+# Tue Jan 2 18:11:00 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
diff --git a/PKGBUILD b/PKGBUILD
index 64c9b587b7c8..94290636bcc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ prepare() {
git submodule update
#if grep sse4 /proc/cpuinfo; then
-
+
_flags=( "-D RAIBLOCKS_GUI=ON" )
if grep -q avx2 /proc/cpuinfo; then
@@ -69,7 +69,7 @@ prepare() {
build() {
cd "$srcdir/raiblocks"
make rai_wallet
- make rai_node
+ make rai_node
}
package() {