summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Dubinsky2017-06-16 08:16:00 +0000
committerAleksandr Dubinsky2017-06-16 08:16:00 +0000
commit42ecc9b485080ddf90022baae35a2a774fef174f (patch)
treebd1f176be9cc26c85457e73d5578ea3209ffe8c6
parent1215d4857ba47a1ec582bc653e19773132fc2e96 (diff)
downloadaur-42ecc9b485080ddf90022baae35a2a774fef174f.tar.gz
Fix URL
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85d3dea2dd8a..774f66fd55c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# Contributor: Nicola Squartini <tensor5@gmail.com>
pkgname=zencash
-pkgver=2.0.9
+pkgver=2.0.9.2
_pkgname=zen
_commit=c400f0676d7c2d1facab15563982e4c812f4e6d3
-pkgrel=2
+pkgrel=1
pkgdesc='The zencash cryptocurrency daemon and tools.'
arch=('x86_64')
-url='https://zencash.io/'
+url='https://zensystem.io/'
license=('MIT')
conflicts=('zcash') # because of libzcashconsensus.so
depends=('boost-libs' 'libevent' 'miniupnpc' 'zeromq')
makedepends=('boost' 'cargo' 'cmake' 'git' 'python' 'wget')
-checkdepends=('python' 'python2' 'python2-pyzmq')
+# checkdepends=('python' 'python2' 'python2-pyzmq')
source=("git+https://github.com/ZencashOfficial/zen.git#commit=${_commit}"
"boost-no-mt-suffix.patch"
"use-system-libraries.patch"