summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2017-03-14 18:46:34 +0000
committerGrey Christoforo2017-03-14 18:46:34 +0000
commit785e1e9010b20d2f9a81eea2ec2d002ec889ee57 (patch)
tree93e3ac8361f9e21e8e1fb7ae2bfa7aa6cb4132df /PKGBUILD
parentedef6969d0dd7777505762255630dd598b5d8a23 (diff)
downloadaur-python2-pathos-3fix.tar.gz
fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 188618fea980..4c7cd3244410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=('python2-pathos-3fix')
_module='pathos'
pkgver='0.2.0'
-pkgrel=1
+pkgrel=2
pkgdesc="parallel graph management and execution in heterogeneous computing fixed package - fixed deps"
url="http://www.cacr.caltech.edu/~mmckerns/pathos.htm"
depends=('python2' 'python2-dill' 'python2-pox' 'python2-ppft' 'python2-multiprocess')
-optdepends=('python2-pyina-git' 'python2-rpyc')
+optdepends=('python2-pyina' 'python2-rpyc')
provides=('python2-pathos')
conflicts=('python2-pathos')
makedepends=('python2-setuptools')