summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2018-07-21 22:31:57 -0400
committerredfish2018-07-21 22:31:57 -0400
commite7fc2c561b0af187e2f3e382063ff694f7e32235 (patch)
treea06fc5c7f12bcd4d13c7b2e08abb95da10688728 /PKGBUILD
parent5d8ce6a4bc465ccc1f665439c998b9619c8decbd (diff)
downloadaur-e7fc2c561b0af187e2f3e382063ff694f7e32235.tar.gz
bump to 0.6.2-2: remove versions from deps
Version spec no longer allowed for optdepends, and we don't need to spec python2 version, the req version is fairly old now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fee8349fff03..eced01f0e30a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,12 @@
pkgname='zeronet-git'
_gitname='ZeroNet'
_gitroot='https://github.com/HelloZeroNet/ZeroNet.git'
-pkgver=0.6.2
+pkgver=0.6.3.r3542.gf33350a
pkgrel=1
arch=('any')
url="https://zeronet.io/"
-depends=('python2>=2.7.10'
- 'python2-gevent'
- 'python2-msgpack'
- )
-optdepends=('tor>=0.3.0.0: anonymity')
+depends=('python2' 'python2-gevent' 'python2-msgpack')
+optdepends=('tor: anonymity')
makedepends=('git')
license=('GPL2')
pkgdesc="Decentralized websites using Bitcoin crypto and the BitTorrent network."