From c3e3b19b7a519711a1a096effa489dc85c9db453 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Tue, 9 Apr 2024 16:31:46 +0200 Subject: . --- python-hat-juggler/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-hat-juggler/PKGBUILD') diff --git a/python-hat-juggler/PKGBUILD b/python-hat-juggler/PKGBUILD index 6703936..466567a 100644 --- a/python-hat-juggler/PKGBUILD +++ b/python-hat-juggler/PKGBUILD @@ -2,7 +2,7 @@ _name=hat-juggler pkgname=python-$_name -pkgver=0.6.12 +pkgver=0.6.14 pkgrel=1 pkgdesc="Juggler communication protocol" url="https://github.com/hat-open/hat-juggler" @@ -11,11 +11,11 @@ arch=('any') depends=('python-aiohttp' 'python-hat-aio' 'python-hat-json' 'python-hat-util') makedepends=('python-build' 'python-hat-doit' 'python-installer') source=("https://github.com/hat-open/hat-juggler/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('a06a1a8410f5cc0455596325d43263ebb8c510b320c11441b7ba20ad96726d35') +sha256sums=('dea73a69189a85b583263e64e9bf25219b688710b0d0e96b89ea9fd1fca17876') build() { cd "$srcdir/$_name-$pkgver" - sed -i -e 's/"aiohttp ~= 3.8.4"/"jsonschema >=3.8.4"/' pyproject.toml + sed -i -e 's/"aiohttp ~=3.8.4"/"aiohttp >=3.8.4"/' pyproject.toml python -m build --wheel --no-isolation } -- cgit v1.2.3-70-g09d2