summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshwin Vishnu2019-06-05 09:57:52 +0200
committerAshwin Vishnu2019-06-05 09:57:52 +0200
commit11b2d543470ec15d8ccae505ba66b405766dcfd8 (patch)
tree05684246b5c4992b7bdbd742fcd90a3ed2cd7aa1
parentbb3e69305fb438c275327db61d624e30a59380d8 (diff)
downloadaur-11b2d543470ec15d8ccae505ba66b405766dcfd8.tar.gz
6.2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12bd5d3a03fc..0d5f052d5d23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = ipython-ipyparallel
pkgdesc = Interactive Parallel Computing in Python
- pkgver = 6.2.3
- pkgrel = 3
+ pkgver = 6.2.4
+ pkgrel = 1
url = https://github.com/ipython/ipyparallel
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
optdepends = openmpi: to use the MPI Launchers in ipcluster command
- source = https://github.com/ipython/ipyparallel/archive/6.2.3.tar.gz
- sha256sums = fa82384a59604c30e4f90a768f9e047d600b06c6bccf3c67f86fc26f899ed941
+ source = https://github.com/ipython/ipyparallel/archive/6.2.4.tar.gz
+ sha256sums = 84aa117647b358133643aad1082ea8a56ab8a17693cc3bc2b150746a37e7332e
pkgname = ipython-ipyparallel
depends = ipython
+ depends = python-setuptools
conflicts = ipython2-ipyparallel
pkgname = ipython2-ipyparallel
depends = ipython2
+ depends = python2-setuptools
conflicts = ipython-ipyparallel
diff --git a/PKGBUILD b/PKGBUILD
index e5a67e31f0b3..28fd858e1fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=ipython-ipyparallel
pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel')
-pkgver=6.2.3
-pkgrel=3
+pkgver=6.2.4
+pkgrel=1
pkgdesc="Interactive Parallel Computing in Python"
url="https://github.com/ipython/ipyparallel"
arch=(any)
@@ -12,7 +12,7 @@ license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
source=("https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz")
-sha256sums=('fa82384a59604c30e4f90a768f9e047d600b06c6bccf3c67f86fc26f899ed941')
+sha256sums=('84aa117647b358133643aad1082ea8a56ab8a17693cc3bc2b150746a37e7332e')
prepare() {
cp -a "${srcdir}/ipyparallel-$pkgver"{,-py2}