summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-24 13:35:06 -0500
committerCarlos Aznarán Laos2023-05-24 13:35:06 -0500
commit0b996742d5fee662222f46cf8ac5ee84c17b6691 (patch)
tree1990970b5e9b3f1e6775ddfbd0dc42bd2f84deac
parentbac7a1141cda75e227e213a6527e864dd57ecc50 (diff)
downloadaur-0b996742d5fee662222f46cf8ac5ee84c17b6691.tar.gz
Bump version to 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09b691b28889..2b9d0a3e94a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyviz_comms
pkgdesc = Bidirectional communication for the PyViz ecosystem
- pkgver = 2.2.1
- pkgrel = 3
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://github.com/pyviz/pyviz_comms
arch = any
license = custom:BSD-3-clause
@@ -11,7 +11,7 @@ pkgbase = python-pyviz_comms
makedepends = python-wheel
depends = python-param
depends = jupyterlab
- source = https://pypi.org/packages/source/p/pyviz_comms/pyviz_comms-2.2.1.tar.gz
- sha512sums = 5f66b3a0582a42163feaec078f6d8826126d985677bce21049a6613ea12c1f49cb54b2e3050cd16cadf055734b90280b43a4643329e9e89d76ca3bcb2794767c
+ source = https://pypi.org/packages/source/p/pyviz_comms/pyviz_comms-2.3.0.tar.gz
+ sha512sums = 7d0ef99aa1fd041e6f8ca4d39c88a817a6ca3aed66f5a0cc8e6d1a34095a96a23435b5a1ffdc4fe74978eed11ff68ffa6be9b744d6d9f0ee035f9034428bc010
pkgname = python-pyviz_comms
diff --git a/PKGBUILD b/PKGBUILD
index 50d623113481..65b212070524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_base=pyviz_comms
pkgname=python-${_base}
pkgdesc="Bidirectional communication for the PyViz ecosystem"
-pkgver=2.2.1
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
arch=(any)
url="https://github.com/pyviz/${_base}"
license=('custom:BSD-3-clause')
depends=(python-param jupyterlab)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('5f66b3a0582a42163feaec078f6d8826126d985677bce21049a6613ea12c1f49cb54b2e3050cd16cadf055734b90280b43a4643329e9e89d76ca3bcb2794767c')
+sha512sums=('7d0ef99aa1fd041e6f8ca4d39c88a817a6ca3aed66f5a0cc8e6d1a34095a96a23435b5a1ffdc4fe74978eed11ff68ffa6be9b744d6d9f0ee035f9034428bc010')
build() {
cd ${_base}-${pkgver}