summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-06-08 20:47:03 +0200
committerMichel Zou2018-06-08 20:47:03 +0200
commitb65f933476d4897f785799bce26772240794b437 (patch)
treedd369b068150a866f8d2423f166e8c7bd8fcc861
parent4782fe7dfc95ff2497da5b5bb41c168f2ec2ece3 (diff)
downloadaur-b65f933476d4897f785799bce26772240794b437.tar.gz
6.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efe2681a731d..958742b8a5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Mar 4 08:19:02 UTC 2018
+# Fri Jun 8 18:47:03 UTC 2018
pkgbase = ipython-ipyparallel
pkgdesc = Interactive Parallel Computing in Python
- pkgver = 6.1.1
+ pkgver = 6.2.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.1.1.tar.gz
- sha256sums = 05da64320891931e96289e0268793ef5f1541896125c595cf1c61aa0b92fa2ba
+ source = https://github.com/ipython/ipyparallel/archive/6.2.1.tar.gz
+ sha256sums = c7fcf301438390f1f9f1338a16b7e7d82626a93e936126c6eb3cb6d7a0ddb7a7
pkgname = ipython-ipyparallel
depends = ipython
diff --git a/PKGBUILD b/PKGBUILD
index bc307ad458cc..9aabe76d16ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel')
-pkgver=6.1.1
+pkgver=6.2.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")
-sha256sums=('05da64320891931e96289e0268793ef5f1541896125c595cf1c61aa0b92fa2ba')
+sha256sums=('c7fcf301438390f1f9f1338a16b7e7d82626a93e936126c6eb3cb6d7a0ddb7a7')
prepare() {
cp -r "${srcdir}/ipyparallel-$pkgver" "${srcdir}/ipyparallel-$pkgver-py2"