summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4f439cebebf..d784f427153b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jerry73204 <jerry73204 at google gmail>
pkgname='python-pyviz_comms'
-pkgver=0.7.5
+pkgver=0.7.6
pkgrel=1
pkgdesc='Bidirectional communication for the PyViz ecosystem'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-param')
checkdepends=('python-nose'
'flake8')
source=("https://github.com/pyviz/pyviz_comms/archive/v${pkgver}.tar.gz")
-sha256sums=('4f16b773fa8a3088c34f2dd1fb51865b5083400c5b70939aa9de5edc54cfec43')
+sha256sums=('9f273a69e9ebc73e25edc12a03996e0d7f21f793be09bf4511a09489612256a2')
build() {
cd "${srcdir}/pyviz_comms-${pkgver}"
python setup.py build