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 513aecd5a126..388e9acf02ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-ipython-cluster-helper
_pkgname=${pkgname#python2-}
-pkgver=0.5.1
+pkgver=0.6.4
pkgrel=1
pkgdesc="Quickly and easily parallelize Python functions using IPython on a cluster"
url="https://github.com/roryk/ipython-cluster-helper"
@@ -10,7 +10,7 @@ depends=('ipython2' 'python2-netifaces')
makedepends=('python2-distribute')
arch=('any')
source=("https://github.com/roryk/ipython-cluster-helper/archive/v$pkgver.tar.gz")
-md5sums=('b2a86d06f24c82ecef5fc4e0f56d52f0')
+md5sums=('ebd7c07a3b8b6e61909375714d2e368f')
package() {
cd "$_pkgname-$pkgver"