summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-04-28 12:43:43 -0400
committerGuillaume Horel2018-04-28 12:43:43 -0400
commit740dc3a74a573be9090247bd9a57987022ec3292 (patch)
tree8b8ce15fbd0787d4a328dc3df1384bd06c3d90fc /PKGBUILD
parent4ebf8b1e195798791cebbea72ab4c95ef90f74d7 (diff)
downloadaur-740dc3a74a573be9090247bd9a57987022ec3292.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b5c73d379a1..548c3803624a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-bqplot')
_pkgname='bqplot'
-pkgver='0.10.1'
+pkgver='0.10.5'
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=('974f05cc9e9fa5df87825bf72af07e76a5f93aa6a0fc3f74adb979756573cc8b')
+sha256sums=('32cad266a850665582bd8089c63e8731c505fff138a0e83cf0b2dd1b753d1d2a')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"