summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-03-20 18:38:20 +0100
committerMichel Zou2017-03-20 18:38:20 +0100
commit2645d81da2cd0290605e1f59c9b24a640d10a611 (patch)
treefc62a2d16b6fb58420f6938b8a68b6caae504310
parent5fc0e124e9f907650c1c56ed6dfbe02cf4cb8672 (diff)
downloadaur-2645d81da2cd0290605e1f59c9b24a640d10a611.tar.gz
6.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b2f7bdddd1..c2b6558c3420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 11 21:10:29 UTC 2017
+# Mon Mar 20 17:38:20 UTC 2017
pkgbase = ipython-ipyparallel
pkgdesc = Interactive Parallel Computing in Python
- pkgver = 6.0.0
+ pkgver = 6.0.2
pkgrel = 1
url = https://github.com/ipython/ipyparallel
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/ipython/ipyparallel/archive/6.0.0.tar.gz
- md5sums = 6f58ff6f11675ccd64b400aa89ca5096
+ source = https://github.com/ipython/ipyparallel/archive/6.0.2.tar.gz
+ md5sums = 015b49162b424bc19ad70db27be8c19f
pkgname = ipython-ipyparallel
depends = ipython
diff --git a/PKGBUILD b/PKGBUILD
index c06f7a1e54aa..d33545af1334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel')
-pkgver=6.0.0
+pkgver=6.0.2
pkgrel=1
pkgdesc="Interactive Parallel Computing in Python"
url="https://github.com/ipython/ipyparallel"
@@ -9,7 +9,7 @@ arch=(any)
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz")
-md5sums=('6f58ff6f11675ccd64b400aa89ca5096')
+md5sums=('015b49162b424bc19ad70db27be8c19f')
prepare() {
cp -r "${srcdir}/ipyparallel-$pkgver" "${srcdir}/ipyparallel-$pkgver-py2"