summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2018-02-19 12:30:33 -0500
committerLeo P2018-02-19 12:30:33 -0500
commit121de0a5b541e73ee496528d700fa573e8267844 (patch)
tree69af17e9137a7ca826f2157cdd1f950831e51a17
parenta83e5ae1a02fad5e7779dbfa03d03c618ec91ff3 (diff)
downloadaur-121de0a5b541e73ee496528d700fa573e8267844.tar.gz
release 10.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6d31762fd1..35940d36ff0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 16 05:53:13 UTC 2018
-pkgbase = nanocurrency-git
+# Mon Feb 19 17:29:44 UTC 2018
+pkgbase = nanocurrency
pkgdesc = Nano (formerly RaiBlocks) is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees.
- pkgver = 10.0.r1.g4e4bcf8d
+ pkgver = 10.0.1
pkgrel = 1
url = https://nano.org/
install = install
@@ -22,7 +22,7 @@ pkgbase = nanocurrency-git
source = nanowallet.desktop
source = nanowallet128.png
source = nano-node.service
- source = git+https://github.com/nanocurrency/raiblocks.git
+ source = git+https://github.com/nanocurrency/raiblocks.git#tag=10.0.1
source = git+https://github.com/weidai11/cryptopp.git
source = git+https://github.com/clemahieu/lmdb.git
source = git+https://github.com/miniupnp/miniupnp.git
@@ -36,5 +36,5 @@ pkgbase = nanocurrency-git
sha256sums = SKIP
sha256sums = SKIP
-pkgname = nanocurrency-git
+pkgname = nanocurrency
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