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 30cf82955596..a1d10d64af68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=trame-server
pkgname=python-${_base}
pkgdesc="Internal server side implementation of trame"
-pkgver=2.11.2
+pkgver=2.11.4
pkgrel=1
arch=(any)
url="https://github.com/Kitware/${_base}"
@@ -11,7 +11,7 @@ depends=(python-wslink)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('da759e26c0e70a1e746567b55d6c52e6afd8c13d5ae8d0d98c1838bb594abb690c24958572e6131bef833121593d162564489e8a2c2dafa9f83cc50a661b05f0')
+sha512sums=('8afecaba181158d6f794db69f67d0c152118a88c462d0878df1f76483f52fa8646e3e75d66f1c9a1ee87c1cb9ccf03913d253caf762575a269495944935a875d')
prepare() {
sed -i 's/^include/#include/' ${_base}-${pkgver}/MANIFEST.in