summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2018-02-07 18:42:22 +0100
committerfunilrys2018-02-07 18:42:22 +0100
commit67722fb161c4032ae8ed48eaa0073270eb5cb04c (patch)
treef83d6b352546dc11fc337c6827c214e10b6b340b
parent3a1ef11be2a9a9b98019ff63039e5f6d34c2f45a (diff)
downloadaur-67722fb161c4032ae8ed48eaa0073270eb5cb04c.tar.gz
Introduction of python-future into the list of dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03bd821c1167..c91ad0a57148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-zerorpc
pkgdesc = An easy to use, intuitive, and cross-language RPC
pkgver = 0.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/0rpc/zerorpc-python
arch = any
license = MIT
@@ -12,6 +12,7 @@ pkgbase = python-zerorpc
depends = python-msgpack
depends = python-pyzmq
depends = python-gevent
+ depends = python-future
source = https://github.com/0rpc/zerorpc-python/archive/v0.6.1.tar.gz
sha512sums = 8efee348d9449b5ddcafa224dd068f9958a2331d5cfc1288fad98ed69e3600d893aa814bdb1b7441818b4627f54c723f1fef5b88d121fc19ed57720a8b9b92ca
diff --git a/PKGBUILD b/PKGBUILD
index 8012b0666fdf..a2b21f65b079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-zerorpc
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="An easy to use, intuitive, and cross-language RPC"
arch=('any')
url="https://github.com/0rpc/zerorpc-python"
license=('MIT')
-depends=('python3' 'python-distribute' 'python-setuptools' 'zeromq' 'python-msgpack' 'python-pyzmq' 'python-gevent')
+depends=('python3' 'python-distribute' 'python-setuptools' 'zeromq' 'python-msgpack' 'python-pyzmq' 'python-gevent' 'python-future')
source=("https://github.com/0rpc/zerorpc-python/archive/v${pkgver}.tar.gz")
sha512sums=('8efee348d9449b5ddcafa224dd068f9958a2331d5cfc1288fad98ed69e3600d893aa814bdb1b7441818b4627f54c723f1fef5b88d121fc19ed57720a8b9b92ca')