summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-03-14 16:45:45 +0000
committerGrey Christoforo2017-03-14 16:45:45 +0000
commitedef6969d0dd7777505762255630dd598b5d8a23 (patch)
tree506b867d94eb69d7885b6f374e489a4f119f7738
parent74ff4a34a2b7aa2d1f96de6d7ba0d250ae9c9f40 (diff)
downloadaur-edef6969d0dd7777505762255630dd598b5d8a23.tar.gz
fix deps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87334483fc84..ceca76bdd3b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 14 16:37:30 UTC 2017
+# Tue Mar 14 16:45:28 UTC 2017
pkgbase = python2-pathos-3fix
pkgdesc = parallel graph management and execution in heterogeneous computing fixed package - fixed deps
pkgver = 0.2.0
@@ -11,11 +11,11 @@ pkgbase = python2-pathos-3fix
depends = python2
depends = python2-dill
depends = python2-pox
- depends = python2-ppft-fix
- depends = python2-multiprocess-fix
+ depends = python2-ppft
+ depends = python2-multiprocess
optdepends = python2-pyina-git
optdepends = python2-rpyc
- provides = python2-pythos
+ provides = python2-pathos
conflicts = python2-pathos
source = https://files.pythonhosted.org/packages/source/p/pathos/pathos-0.2.0.tgz
md5sums = 3e75bd626c4c16a60aa78d9f35de6cfb
diff --git a/PKGBUILD b/PKGBUILD
index 71f618715c6f..188618fea980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgver='0.2.0'
pkgrel=1
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-fix' 'python2-multiprocess-fix')
+depends=('python2' 'python2-dill' 'python2-pox' 'python2-ppft' 'python2-multiprocess')
optdepends=('python2-pyina-git' 'python2-rpyc')
-provides=('python2-pythos')
+provides=('python2-pathos')
conflicts=('python2-pathos')
makedepends=('python2-setuptools')
license=('BSD')