summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo P2018-02-19 12:30:33 -0500
committerLeo P2018-02-19 12:30:33 -0500
commit121de0a5b541e73ee496528d700fa573e8267844 (patch)
tree69af17e9137a7ca826f2157cdd1f950831e51a17 /PKGBUILD
parenta83e5ae1a02fad5e7779dbfa03d03c618ec91ff3 (diff)
downloadaur-121de0a5b541e73ee496528d700fa573e8267844.tar.gz
release 10.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dccb771ceea..1ba608344639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
-pkgname=nanocurrency-git
-pkgver=10.0.r1.g4e4bcf8d
+pkgname=nanocurrency
+pkgver=10.0.1
+_tag="$pkgver"
pkgrel=1
pkgdesc="Nano (formerly RaiBlocks) is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees."
arch=('i686' 'x86_64')
@@ -10,15 +11,11 @@ depends=('qt5-base' 'boost>=1.66.0' 'boost-libs>=1.66.0')
provides=(raiblocks nanocurrency)
conflicts=("raiblocks" "raiblocks-git" "raiblocks-node-git" "nanocurrency-node-git")
install=install
-pkgver() {
- cd "raiblocks"
- git describe --long --tags | sed 's/^[vV]//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
source=(nanowallet.desktop
nanowallet128.png
nano-node.service
- git+https://github.com/nanocurrency/raiblocks.git
+ "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/miniupnp/miniupnp.git