summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5639402d5bd..0e9c22be661b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-pathos
pkgname=('python-pathos' 'python2-pathos')
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="parallel graph management and execution in heterogeneous computing"
url="http://trac.mystic.cacr.caltech.edu/project/pathos/wiki.html"
@@ -8,7 +8,7 @@ arch=(any)
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools' 'python-ppft' 'python2-ppft' 'python-pox' 'python2-pox' 'python-multiprocess' 'python2-multiprocess')
source=("https://github.com/uqfoundation/pathos/archive/pathos-${pkgver}.tar.gz")
-sha1sums=('5005eb6b56e1c0f67f9e95b51adf369865c1a6cd')
+sha1sums=('e00d5ac3712a2ec02f54749815117dc1afab82e6')
build() {
cp -r "${srcdir}"/pathos-pathos-$pkgver "${srcdir}"/pathos-$pkgver