summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspecter1192022-02-15 21:07:20 +0800
committerspecter1192022-02-15 21:07:20 +0800
commit37cb548d844d6abccd4f1ab2ec07bb8333229dc8 (patch)
treea3849003bdd9b31f6b4af742504e1429190647bf /PKGBUILD
parent2554137e1f14ef85236a4345c22b44d2b303f04b (diff)
downloadaur-ipython-ipyparallel.tar.gz
ver 8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10ce5ef4543d..f8a7623b7c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=python-ipyparallel
pkgbase=ipython-ipyparallel
_name=${pkgname#python-}
-pkgver=8.1.0
-pkgrel=2
+pkgver=8.2.0
+pkgrel=1
pkgdesc="Interactive Parallel Computing in Python"
url=https://pypi.org/project/ipyparallel/
arch=(any)
@@ -14,7 +14,7 @@ license=('BSD')
makedepends=('python-setuptools')
optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('63f7e136e88f890e9802522fa5475dd81e7614ba06a8cfe4f80cc3056fdb7d73')
+sha256sums=('0fd9f64a5120980a89b64299806c12bb8df8ceea155e5200b705301eb2401e19')
depends=('python>3.6'
'python-setuptools'
'python-entrypoints'