summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43c4001fb8c..7068e75e926e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 3 23:14:07 UTC 2019
+# Wed Apr 3 01:49:02 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
pkgver = 0.7.0
@@ -9,7 +9,6 @@ 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 79e56028bc72..72ba48006849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.7.0
pkgrel=1
arch=('any')
url="https://zeronet.io/"
-depends=('openssl' 'python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
+depends=('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'