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 b2881e1e62fe..bceb02c907ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=paraview-trame-components
pkgname=python-${_base}
pkgdesc="Macro components for ParaView"
-pkgver=0.13.2
+pkgver=0.13.4
pkgrel=1
arch=(any)
url="https://github.com/Kitware/${_base}"
@@ -10,7 +10,7 @@ license=(Apache-2.0)
depends=(python-trame python-trame-vtk python-trame-vuetify python-trame-components)
makedepends=(python-build python-installer python-hatchling python-wheel)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('faaae5759d5e2589e357777ee2cfd4b37930a9c488887f85628db881e8ab3e4d552582de204951b697201237cef95319098f21cd847256ef1ab39277e3792daa')
+sha512sums=('a944a8aef03598287817ae6e45da6344943c0b84b95d09b3782084b3216d1c898464cf39c8321c24a686d0acdba0d53efbe5da566346c9a9a08b9bde61534e98')
prepare() {
sed -i 's/^semantic-release/#semantic-release/' ${_base}-${pkgver}/pyproject.toml