diff options
author | Leo P | 2018-01-08 12:24:07 -0500 |
---|---|---|
committer | Leo P | 2018-01-08 12:24:12 -0500 |
commit | 8746dfa251b849d4d0e91f7ff83230aa419b9bce (patch) | |
tree | ee1871ad145743225b97004016d7f59776550bb6 | |
parent | 6e524e619fff621ad6cc35c920d033f7a1323c17 (diff) | |
download | aur-8746dfa251b849d4d0e91f7ff83230aa419b9bce.tar.gz |
don't nead beast lib anymore, it's part of boost
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 1 insertions, 6 deletions
@@ -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 @@ -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 |