summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-11-22 09:50:26 -0500
committerGuillaume Horel2017-11-22 09:50:26 -0500
commit4ebf8b1e195798791cebbea72ab4c95ef90f74d7 (patch)
tree1f11d60f84ad65c8232cbf12c1110204fe4158e5
parent94700f3fb383d57ac2541ec71cccf01ad69197d4 (diff)
downloadaur-4ebf8b1e195798791cebbea72ab4c95ef90f74d7.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 1c887a92b234..6bb74544122e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bqplot
pkgdesc = Plotting library for IPython/Jupyter notebooks
- pkgver = 0.9.0
+ pkgver = 0.10.1
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.9.0.tar.gz
- sha256sums = 3cfb480f31d757d2133676fffcade83230062052eba55421087af867fe044e8f
+ source = https://pypi.org/packages/source/b/bqplot/bqplot-0.10.1.tar.gz
+ sha256sums = 974f05cc9e9fa5df87825bf72af07e76a5f93aa6a0fc3f74adb979756573cc8b
pkgname = python-bqplot
diff --git a/PKGBUILD b/PKGBUILD
index 2662712a42f7..5b5c73d379a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-bqplot')
_pkgname='bqplot'
-pkgver='0.9.0'
+pkgver='0.10.1'
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=('3cfb480f31d757d2133676fffcade83230062052eba55421087af867fe044e8f')
+sha256sums=('974f05cc9e9fa5df87825bf72af07e76a5f93aa6a0fc3f74adb979756573cc8b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"