summaryrefslogtreecommitdiff
path: root/ipython-ipyparallel
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-05 12:21:52 +0200
committerErich Eckner <git@eckner.net>2018-06-05 12:21:52 +0200
commit95ec29cf5b584db8b5f33ff6ff9ac0342b24a18f (patch)
treedc6ca00f25548fe8c0d6e43a197f204b13892613 /ipython-ipyparallel
parenta4deb4b79fd3bd1748f25eaa925c6625aaae2a85 (diff)
downloadarchlinuxewe.git.save-95ec29cf5b584db8b5f33ff6ff9ac0342b24a18f.tar.xz
ipython-ipyparallel 6.2.0-1 -> 6.2.1-1
Diffstat (limited to 'ipython-ipyparallel')
-rw-r--r--ipython-ipyparallel/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipython-ipyparallel/PKGBUILD b/ipython-ipyparallel/PKGBUILD
index a3af8db4..e4b973d4 100644
--- a/ipython-ipyparallel/PKGBUILD
+++ b/ipython-ipyparallel/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel')
-pkgver=6.2.0
+pkgver=6.2.1
pkgrel=1
pkgdesc="Interactive Parallel Computing in Python"
url="https://github.com/ipython/ipyparallel"
@@ -10,7 +10,7 @@ arch=(any)
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2')
source=("https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz")
-sha512sums=('be90441b7798a94390f4eecb1672233f5b0b14473cf3d842e9bd1b17ae353ad3dc28901c8d656249efc9f87f211487389a63f805d7899ee2761bc061ee902712')
+sha512sums=('21a6b53ad6855eaf103c6b640ea731daad7402ba85057770939fd73c041c352b3599635de094c2cc4d8e4a127bdb4c9517dd582801d78c86a023fa29e9267cb2')
prepare() {
cp -r "${srcdir}/ipyparallel-$pkgver" "${srcdir}/ipyparallel-$pkgver-py2"