summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-04-03 19:14:40 -0400
committerredfish2019-04-03 19:14:40 -0400
commite27690f13fb496e3379445052f7e85535ee89b9d (patch)
tree0a8aec7d61bfe9b83238a4e80c99f854ac0aedf6
parent520c2572fad5d891ff461f495358aa02150c738a (diff)
downloadaur-e27690f13fb496e3379445052f7e85535ee89b9d.tar.gz
deps: add openssl
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7068e75e926e..a43c4001fb8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 3 01:49:02 UTC 2019
+# Wed Apr 3 23:14:07 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
pkgver = 0.7.0
@@ -9,6 +9,7 @@ pkgbase = zeronet-git
arch = any
license = GPL2
makedepends = git
+ depends = openssl
depends = python
depends = python-gevent>=1.1.0
depends = python-gevent-websocket
diff --git a/PKGBUILD b/PKGBUILD
index 72ba48006849..79e56028bc72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.7.0
pkgrel=1
arch=('any')
url="https://zeronet.io/"
-depends=('python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
+depends=('openssl' 'python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
'python-msgpack>=0.4.4' 'python-websocket-client' 'python-rsa'
'python-pysocks' 'python-pyasn1' 'python-pyasn1-modules'
'python-base58' 'python-merkletools'