summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebfc4ba48ba7..1e9747883c91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nanocurrency
pkgdesc = Nano (formerly RaiBlocks) is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees.
- pkgver = 14.2
+ pkgver = 15.2
pkgrel = 1
url = https://nano.org/
install = install
@@ -20,9 +20,9 @@ pkgbase = nanocurrency
source = nanowallet.desktop
source = nanowallet128.png
source = nano-node.service
- source = git+https://github.com/nanocurrency/raiblocks.git#tag=V14.2
+ source = git+https://github.com/nanocurrency/raiblocks.git#tag=V15.2
source = git+https://github.com/weidai11/cryptopp.git
- source = git+https://github.com/clemahieu/lmdb.git
+ source = git+https://github.com/nanocurrency/lmdb.git#branch=lmdb_0_9_21
source = git+https://github.com/miniupnp/miniupnp.git
source = git+https://github.com/clemahieu/phc-winner-argon2.git
sha256sums = 6b824bfd5a9f2c1cd8d6a30f858a7bdc7813a448f4894a151da035dac5af2f91
diff --git a/PKGBUILD b/PKGBUILD
index 519df500c49c..43b2bbf08247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=nanocurrency
-pkgver=14.2
+pkgver=15.2
_tag="V$pkgver"
pkgrel=1
pkgdesc="Nano (formerly RaiBlocks) is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees."
@@ -17,7 +17,7 @@ source=(nanowallet.desktop
nano-node.service
"git+https://github.com/nanocurrency/raiblocks.git#tag=${_tag}"
git+https://github.com/weidai11/cryptopp.git
- git+https://github.com/clemahieu/lmdb.git
+ "git+https://github.com/nanocurrency/lmdb.git#branch=lmdb_0_9_21"
git+https://github.com/miniupnp/miniupnp.git
git+https://github.com/clemahieu/phc-winner-argon2.git)