summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaryoscelus2023-07-28 19:58:50 +0000
committercaryoscelus2023-07-28 19:58:50 +0000
commitd61ff85d77f88378b62b645b24c423c02d766940 (patch)
treed1da31305af75a7377946d4ee9684fff7883ccf1
parent8896a5e08f1ea2e4d69a3099169ff27ee90c3868 (diff)
downloadaur-d61ff85d77f88378b62b645b24c423c02d766940.tar.gz
v0.7.10
-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')