summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2018-01-08 12:41:07 -0500
committerLeo P2018-01-08 12:41:07 -0500
commit09d883c87696d79e0b2b7a6973de50c15fedabe2 (patch)
tree0f105ea6b945a1e193f35a9d194bf60fb492a9eb
parent8746dfa251b849d4d0e91f7ff83230aa419b9bce (diff)
downloadaur-09d883c87696d79e0b2b7a6973de50c15fedabe2.tar.gz
rai_lib now needs to be built explicitly
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f54eb665e5..983a658a855a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 17:23:14 UTC 2018
+# Mon Jan 8 17:40:54 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.r87.g52e0ef67
diff --git a/PKGBUILD b/PKGBUILD
index ff12af4fd8d4..2dfd00e3381f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,6 +65,7 @@ build() {
cd "$srcdir/raiblocks"
make rai_wallet
make rai_node
+ make rai_lib
}
package() {