summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-03-14 18:46:34 +0000
committerGrey Christoforo2017-03-14 18:46:34 +0000
commit785e1e9010b20d2f9a81eea2ec2d002ec889ee57 (patch)
tree93e3ac8361f9e21e8e1fb7ae2bfa7aa6cb4132df
parentedef6969d0dd7777505762255630dd598b5d8a23 (diff)
downloadaur-785e1e9010b20d2f9a81eea2ec2d002ec889ee57.tar.gz
fix deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceca76bdd3b8..daa929d34a60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 14 16:45:28 UTC 2017
+# Tue Mar 14 18:46:30 UTC 2017
pkgbase = python2-pathos-3fix
pkgdesc = parallel graph management and execution in heterogeneous computing fixed package - fixed deps
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.cacr.caltech.edu/~mmckerns/pathos.htm
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = python2-pathos-3fix
depends = python2-pox
depends = python2-ppft
depends = python2-multiprocess
- optdepends = python2-pyina-git
+ optdepends = python2-pyina
optdepends = python2-rpyc
provides = python2-pathos
conflicts = python2-pathos
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')