summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-07-21 22:31:57 -0400
committerredfish2018-07-21 22:31:57 -0400
commite7fc2c561b0af187e2f3e382063ff694f7e32235 (patch)
treea06fc5c7f12bcd4d13c7b2e08abb95da10688728
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.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97cde046f3e5..bbb501027ec4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Mar 6 00:11:05 UTC 2018
+# Sun Jul 22 02:31:47 UTC 2018
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
- pkgver = 0.6.2
+ pkgver = 0.6.3.r3542.gf33350a
pkgrel = 1
url = https://zeronet.io/
install = zeronet.install
arch = any
license = GPL2
makedepends = git
- depends = python2>=2.7.10
+ depends = python2
depends = python2-gevent
depends = python2-msgpack
- optdepends = tor>=0.3.0.0: anonymity
+ optdepends = tor: anonymity
provides = zeronet
conflicts = zeronet
options = !strip
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."