summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-11 10:13:50 -0500
committerGuillaume Horel2019-11-11 10:13:50 -0500
commitee119e8002bb028d16b60421f07f0a2bf132b14a (patch)
treec741720d9610e6f9cc2ea71621dd1f779472bd9d
parent740dc3a74a573be9090247bd9a57987022ec3292 (diff)
downloadaur-ee119e8002bb028d16b60421f07f0a2bf132b14a.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eefc37f85529..6eb56bb46bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bqplot
pkgdesc = Plotting library for IPython/Jupyter notebooks
- pkgver = 0.10.5
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/bloomberg/bqplot
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-bqplot
depends = python-numpy
depends = python-pandas
depends = python-traitlets
- source = https://pypi.org/packages/source/b/bqplot/bqplot-0.10.5.tar.gz
- sha256sums = 32cad266a850665582bd8089c63e8731c505fff138a0e83cf0b2dd1b753d1d2a
+ source = https://pypi.org/packages/source/b/bqplot/bqplot-0.12.0.tar.gz
+ sha256sums = 4b780edd67e2e76ba18ecaad1dcc53322dff4badd75cb012815b3d21aa33b44f
pkgname = python-bqplot
diff --git a/PKGBUILD b/PKGBUILD
index 548c3803624a..95b2db4f19d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-bqplot')
_pkgname='bqplot'
-pkgver='0.10.5'
+pkgver='0.12.0'
pkgrel=1
pkgdesc="Plotting library for IPython/Jupyter notebooks"
url="https://github.com/bloomberg/bqplot"
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('32cad266a850665582bd8089c63e8731c505fff138a0e83cf0b2dd1b753d1d2a')
+sha256sums=('4b780edd67e2e76ba18ecaad1dcc53322dff4badd75cb012815b3d21aa33b44f')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"