summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2017-12-19 07:29:33 -0500
committerLeo P2017-12-19 07:29:33 -0500
commitccd736a3cd4e625964fd2eed5e11e8b54fdc6b9f (patch)
treebe7a8a4e80acacfc49c70878466a3b3689d3c775
parent28726130c0785027f159c977e938224885bd8651 (diff)
downloadaur-ccd736a3cd4e625964fd2eed5e11e8b54fdc6b9f.tar.gz
need lib.so now, too
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f804bdc483d..7409d2f226c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Dec 19 12:29:26 UTC 2017
pkgbase = raiblocks-git
pkgdesc = RaiBlocks is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees.
- pkgver = 8.0.r128.g3389ef3d
+ pkgver = 9.0.r11.gc55c1bc9
pkgrel = 2
url = http://raiblocks.com/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2da8122b725e..66e7380b2b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=raiblocks-git
-pkgver=8.0.r128.g3389ef3d
+pkgver=9.0.r11.gc55c1bc9
pkgrel=2
pkgdesc="RaiBlocks is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees."
arch=('i686' 'x86_64')
@@ -62,6 +62,7 @@ package() {
install -Dm755 rai_wallet "$pkgdir"/usr/bin/rai_wallet
install -Dm755 rai_node "$pkgdir"/usr/bin/rai_node
+ install -Dm644 librai_lib.so "$pkgdir"/usr/lib/librai_lib.so
install -Dm644 "$srcdir"/raiblocks128.png "$pkgdir"/usr/share/pixmaps/raiblocks128.png
install -Dm644 "$srcdir"/raiblocks.desktop "$pkgdir"/usr/share/applications/raiblocks.desktop