summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 672589b555a5..19d605d9a1a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Dec 21 12:36:20 UTC 2016
pkgbase = python2-ipython-cluster-helper
pkgdesc = Quickly and easily parallelize Python functions using IPython on a cluster
- pkgver = 0.5.1
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/roryk/ipython-cluster-helper
arch = any
@@ -10,8 +8,8 @@ pkgbase = python2-ipython-cluster-helper
makedepends = python2-distribute
depends = ipython2
depends = python2-netifaces
- source = https://github.com/roryk/ipython-cluster-helper/archive/v0.5.1.tar.gz
- md5sums = b2a86d06f24c82ecef5fc4e0f56d52f0
+ source = https://github.com/roryk/ipython-cluster-helper/archive/v0.6.4.tar.gz
+ md5sums = ebd7c07a3b8b6e61909375714d2e368f
pkgname = python2-ipython-cluster-helper
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"