summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-15 12:33:42 -0500
committerCarlos Aznarán Laos2023-06-15 12:33:42 -0500
commita05ee7bde0f8a5f8cd3b864322a6d7eed79899d4 (patch)
treed3cc28b4b4129ffa7c03d650cff0cca7d29589bc
parentda98ea5dc174c401ad805df103a6a2fe1a2bcd27 (diff)
downloadaur-a05ee7bde0f8a5f8cd3b864322a6d7eed79899d4.tar.gz
Bump version to 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b984cae77ca..3bee78cebe4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyviz_comms
pkgdesc = Bidirectional communication for the PyViz ecosystem
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/pyviz/pyviz_comms
arch = any
@@ -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.3.1.tar.gz
- sha512sums = 630e49242e7402e7e6547ea787d679ac9450311cafc27d093549a2e83bcf2c9b885c3017bbbbe06b6d7e5675256de0d6811baee9f4ab76e776b934013da8685a
+ source = https://pypi.org/packages/source/p/pyviz_comms/pyviz_comms-2.3.2.tar.gz
+ sha512sums = 17c6c9888924142330258f46311ec148a55c0b6b6487cc85f0425dd902f2dc0ec08fae0ad9cf36c90f8c36bc7d4d680c860334670a5d4a4194c553c75b8e0fdc
pkgname = python-pyviz_comms
diff --git a/PKGBUILD b/PKGBUILD
index eb2038ea2199..e0b98a084db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=pyviz_comms
pkgname=python-${_base}
pkgdesc="Bidirectional communication for the PyViz ecosystem"
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
arch=(any)
url="https://github.com/pyviz/${_base}"
@@ -11,7 +11,7 @@ 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=('630e49242e7402e7e6547ea787d679ac9450311cafc27d093549a2e83bcf2c9b885c3017bbbbe06b6d7e5675256de0d6811baee9f4ab76e776b934013da8685a')
+sha512sums=('17c6c9888924142330258f46311ec148a55c0b6b6487cc85f0425dd902f2dc0ec08fae0ad9cf36c90f8c36bc7d4d680c860334670a5d4a4194c553c75b8e0fdc')
build() {
cd ${_base}-${pkgver}