summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2019-03-28 22:33:39 -0400
committerredfish2019-03-28 22:33:39 -0400
commit0ce5e9b27c7db8cabc3f67f336e8364f989610d2 (patch)
tree436722084fcbf999152c18c6243b4cbe4f4d7654 /PKGBUILD
parent559149dd0e11845a351e6445035dba56bf4c68a7 (diff)
downloadaur-0ce5e9b27c7db8cabc3f67f336e8364f989610d2.tar.gz
python 3 branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cb4c18353fa..79cba17ccd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,22 @@
pkgname='zeronet-git'
_gitname='ZeroNet'
_gitroot='https://github.com/HelloZeroNet/ZeroNet.git'
-pkgver=0.6.5
+pkgver=0.7.0.r4033.g5df8e10b
pkgrel=1
arch=('any')
url="https://zeronet.io/"
-depends=('python2' 'python2-gevent' 'python2-msgpack')
+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-base58' 'python-pyelliptic'
+ 'python-merkletools' 'python-bencode.py' 'python-coincurve'
+ 'python-bitcoinlib' 'python-maxminddb')
optdepends=('tor: anonymity')
makedepends=('git')
license=('GPL2')
pkgdesc="Decentralized websites using Bitcoin crypto and the BitTorrent network."
provides=(zeronet)
conflicts=(zeronet)
-source=("git+https://github.com/HelloZeroNet/ZeroNet.git"
+source=("git+https://github.com/HelloZeroNet/ZeroNet.git#branch=py3"
"zeronet.conf"
"zeronet.service")
install="zeronet.install"
@@ -45,4 +49,4 @@ package() {
}
sha256sums=('SKIP'
'ea735e82dbb10a2c1fda7abfeb2f38c2429044d8254f9e2396c50cecb6f778f8'
- '22dfda6233d0477a63247ae3ebb2ccd0b8a181f1628bd2969a9f979f0b9e7ca8')
+ '2ee64a1b671a49a1626901a11d4d7fa338c77cb9b7c9facd2f56b087a4a0bb83')