summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2017-08-04 21:19:43 +0200
committerMichel Zou2017-08-04 21:19:43 +0200
commit52c37c59034af1ba3f325bb86d08333d23373711 (patch)
treeee0e9fd70b906b29882bbcfd5cc066acf98404f1 /PKGBUILD
parentce32e1cf7c979210be0a5e3dc21f86ef464b9f7b (diff)
downloadaur-52c37c59034af1ba3f325bb86d08333d23373711.tar.gz
0.2.1
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