summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-02-04 18:42:39 +0100
committerMichel Zou2016-02-04 18:42:39 +0100
commit6705d52e9725f4c49a1878722fba6ebb7ce8807e (patch)
treec0e71e0bed49979007ec9b1e69e4af6e5caf13d2
parent73026755d659d8b40bf065441f8219bb9eb0efa3 (diff)
downloadaur-6705d52e9725f4c49a1878722fba6ebb7ce8807e.tar.gz
5.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bf845354726..6fa688b6c6f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 19:20:06 UTC 2016
+# Thu Feb 4 17:42:39 UTC 2016
pkgbase = ipython-ipyparallel
pkgdesc = Interactive Parallel Computing in Python
- pkgver = 4.1.0
+ pkgver = 5.0.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/4.1.0.tar.gz
- md5sums = 8582c5c82ae45f7fc9cf87fdd4f26cfd
+ source = https://github.com/ipython/ipyparallel/archive/5.0.0.tar.gz
+ md5sums = 3c627cce7dd62193c455b585d007bcc9
pkgname = ipython-ipyparallel
depends = ipython
diff --git a/PKGBUILD b/PKGBUILD
index 8c6c02f31aac..572fe3364254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel')
-pkgver=4.1.0
+pkgver=5.0.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=('8582c5c82ae45f7fc9cf87fdd4f26cfd')
+md5sums=('3c627cce7dd62193c455b585d007bcc9')
prepare() {
cp -r "${srcdir}/ipyparallel-$pkgver" "${srcdir}/ipyparallel-$pkgver-py2"