summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2019-01-02 17:44:12 -0500
committerLeo P2019-01-02 17:44:12 -0500
commite2232179bc746955c927c52d23f5683faad5a77f (patch)
treea6654d7e2f4479d76f158162d13fab16dca489ec
parentdafb800573728737dfa813030f003a004aacd67f (diff)
downloadaur-e2232179bc746955c927c52d23f5683faad5a77f.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664d004634ba..ff58d4210ef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 28 20:57:34 UTC 2018
+# Wed Jan 2 22:44:00 UTC 2019
pkgbase = nanocurrency
pkgdesc = Nano (formerly RaiBlocks) is a cryptocurrency designed from the ground up for scalable instant transactions and zero transaction fees.
- pkgver = 16.2
- pkgrel = 2
+ pkgver = 17.0
+ pkgrel = 1
url = https://nano.org/
install = install
arch = i686
@@ -22,7 +22,7 @@ pkgbase = nanocurrency
source = nanowallet.desktop
source = nanowallet128.png
source = nano-node.service
- source = git+https://github.com/nanocurrency/raiblocks.git#tag=V16.2
+ source = git+https://github.com/nanocurrency/nano-node.git#tag=V17.0
source = git+https://github.com/weidai11/cryptopp.git
source = git+https://github.com/nanocurrency/lmdb.git#branch=lmdb_0_9_21
source = git+https://github.com/miniupnp/miniupnp.git
diff --git a/PKGBUILD b/PKGBUILD
index 1ea196e10e0a..db4e75bf1c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=nanocurrency
-pkgver=16.2
+pkgver=17.0
_tag="V$pkgver"
-pkgrel=2
+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')
url="https://nano.org/"
@@ -15,7 +15,7 @@ install=install
source=(nanowallet.desktop
nanowallet128.png
nano-node.service
- "git+https://github.com/nanocurrency/raiblocks.git#tag=${_tag}"
+ "git+https://github.com/nanocurrency/nano-node.git#tag=${_tag}"
git+https://github.com/weidai11/cryptopp.git
"git+https://github.com/nanocurrency/lmdb.git#branch=lmdb_0_9_21"
git+https://github.com/miniupnp/miniupnp.git
@@ -31,7 +31,7 @@ sha256sums=('6b824bfd5a9f2c1cd8d6a30f858a7bdc7813a448f4894a151da035dac5af2f91'
'SKIP')
prepare() {
- cd "$srcdir/raiblocks"
+ cd "$srcdir/nano-node"
git submodule init
@@ -61,13 +61,13 @@ prepare() {
}
build() {
- cd "$srcdir/raiblocks"
+ cd "$srcdir/nano-node"
make nano_wallet
make rai_node
}
package() {
- cd "$srcdir/raiblocks"
+ cd "$srcdir/nano-node"
install -Dm755 nano_wallet "$pkgdir"/usr/bin/nano_wallet
ln -s /usr/bin/nano_wallet "$pkgdir"/usr/bin/rai_wallet