summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo P2018-01-02 13:28:21 -0500
committerLeo P2018-01-02 13:28:21 -0500
commitb7b71869c3805d9d7eab17008acf7d639ef40484 (patch)
tree2abe24b15b48f02f4e8c498960c9ee5576cb9c87 /PKGBUILD
parentf679355ee5a72227edf1afa87267909a6b3a8acb (diff)
downloadaur-b7b71869c3805d9d7eab17008acf7d639ef40484.tar.gz
handle the submodules better
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94290636bcc2..39bebe3348aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ source=(raiblocks.desktop
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/LMDB/lmdb.git
+ git+https://github.com/clemahieu/lmdb.git
git+https://github.com/miniupnp/miniupnp.git
git+https://github.com/clemahieu/phc-winner-argon2.git)
@@ -43,10 +43,8 @@ prepare() {
git config submodule.lmdb.url $srcdir/lmdb
git config submodule.miniupnp.url $srcdir/miniupnp
git config submodule.phc-winner-argon2.url $srcdir/phc-winner-argon2
- git submodule sync lmdb
- git submodule update
- #if grep sse4 /proc/cpuinfo; then
+ git submodule update --init --recursive
_flags=( "-D RAIBLOCKS_GUI=ON" )