summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2b6558c3420..efe2681a731d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Mar 20 17:38:20 UTC 2017
+# Sun Mar 4 08:19:02 UTC 2018
pkgbase = ipython-ipyparallel
pkgdesc = Interactive Parallel Computing in Python
- pkgver = 6.0.2
+ pkgver = 6.1.1
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.2.tar.gz
- md5sums = 015b49162b424bc19ad70db27be8c19f
+ source = https://github.com/ipython/ipyparallel/archive/6.1.1.tar.gz
+ sha256sums = 05da64320891931e96289e0268793ef5f1541896125c595cf1c61aa0b92fa2ba
pkgname = ipython-ipyparallel
depends = ipython
diff --git a/PKGBUILD b/PKGBUILD
index d33545af1334..bc307ad458cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel')
-pkgver=6.0.2
+pkgver=6.1.1
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=('015b49162b424bc19ad70db27be8c19f')
+sha256sums=('05da64320891931e96289e0268793ef5f1541896125c595cf1c61aa0b92fa2ba')
prepare() {
cp -r "${srcdir}/ipyparallel-$pkgver" "${srcdir}/ipyparallel-$pkgver-py2"