summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b1ff2a75ff4..8efca4cda83d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='zeronet-conservancy'
_gitname='zeronet-conservancy'
_gitroot='https://github.com/zeronet-conservancy/zeronet-conservancy.git'
-pkgver=0.7.9
+pkgver=0.7.10
pkgrel=1
arch=('any')
url='https://github.com/zeronet-conservancy/zeronet-conservancy/'
@@ -18,6 +18,7 @@ depends=('python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
'python-defusedxml'
'python-rich'
'python-base58' 'python-merkletools'
+ 'python-requests'
)
optdepends=('tor: anonymity'
'namecoin-core: local name resolution')