summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-09-23 17:59:59 +0200
committerMichel Zou2016-09-23 17:59:59 +0200
commit274ba527225a3df94efc88e0eb334ad6b238f862 (patch)
tree9e7c0db5fd9ede8f7197e8c9430ab65772d4a10c
parent6705d52e9725f4c49a1878722fba6ebb7ce8807e (diff)
downloadaur-274ba527225a3df94efc88e0eb334ad6b238f862.tar.gz
5.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa688b6c6f1..484155be9ebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 17:42:39 UTC 2016
+# Fri Sep 23 15:59:59 UTC 2016
pkgbase = ipython-ipyparallel
pkgdesc = Interactive Parallel Computing in Python
- pkgver = 5.0.0
+ pkgver = 5.2.0
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/5.0.0.tar.gz
- md5sums = 3c627cce7dd62193c455b585d007bcc9
+ source = https://github.com/ipython/ipyparallel/archive/5.2.0.tar.gz
+ md5sums = 4f2316390382175d47ad1b0031d13c6c
pkgname = ipython-ipyparallel
depends = ipython
diff --git a/PKGBUILD b/PKGBUILD
index 572fe3364254..ed75c80d04a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel')
-pkgver=5.0.0
+pkgver=5.2.0
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=('3c627cce7dd62193c455b585d007bcc9')
+md5sums=('4f2316390382175d47ad1b0031d13c6c')
prepare() {
cp -r "${srcdir}/ipyparallel-$pkgver" "${srcdir}/ipyparallel-$pkgver-py2"