summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2018-01-08 12:24:07 -0500
committerLeo P2018-01-08 12:24:12 -0500
commit8746dfa251b849d4d0e91f7ff83230aa419b9bce (patch)
treeee1871ad145743225b97004016d7f59776550bb6
parent6e524e619fff621ad6cc35c920d033f7a1323c17 (diff)
downloadaur-8746dfa251b849d4d0e91f7ff83230aa419b9bce.tar.gz
don't nead beast lib anymore, it's part of boost
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69fd18df02c4..a3f54eb665e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 17:19:31 UTC 2018
+# Mon Jan 8 17:23:14 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
@@ -17,7 +17,6 @@ pkgbase = raiblocks-git
source = raiblocks128.png
source = raiblocks.service
source = git+https://github.com/clemahieu/raiblocks.git
- source = git+https://github.com/boostorg/beast.git
source = git+https://github.com/weidai11/cryptopp.git
source = git+https://github.com/clemahieu/lmdb.git
source = git+https://github.com/miniupnp/miniupnp.git
@@ -30,7 +29,6 @@ pkgbase = raiblocks-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
pkgname = raiblocks-git
diff --git a/PKGBUILD b/PKGBUILD
index b3daa768bf6b..ff12af4fd8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,6 @@ source=(raiblocks.desktop
raiblocks128.png
raiblocks.service
git+https://github.com/clemahieu/raiblocks.git
- git+https://github.com/boostorg/beast.git
git+https://github.com/weidai11/cryptopp.git
git+https://github.com/clemahieu/lmdb.git
git+https://github.com/miniupnp/miniupnp.git
@@ -30,7 +29,6 @@ sha256sums=('74b9bc75c3d5596603e54e2553ff69d367f384789c7565437a72a64dc22f0fdd'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')
prepare() {
@@ -38,7 +36,6 @@ prepare() {
git submodule init
- git config submodule.beast.url $srcdir/beast
git config submodule.cryptopp.url $srcdir/cryptopp
git config submodule.lmdb.url $srcdir/lmdb
git config submodule.miniupnp.url $srcdir/miniupnp