python-trio-websocket: auto updated to 0.10.4-1

This commit is contained in:
BioArchLinuxBot 2023-09-07 00:01:20 +00:00
parent e3a7036a6a
commit becf079d2e

View file

@ -2,7 +2,7 @@
# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
pkgname=python-trio-websocket
_pkgname=${pkgname:7}
pkgver=0.10.3
pkgver=0.10.4
pkgrel=1
pkgdesc="WebSocket library for Trio"
arch=('any')
@ -11,7 +11,7 @@ license=(MIT)
makedepends=(python-build python-installer python-wheel python-setuptools)
depends=(python python-exceptiongroup python-trio python-wsproto)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
sha256sums=('1a748604ad906a7dcab9a43c6eb5681e37de4793ba0847ef0bc9486933ed027b')
sha256sums=('e66b3db3e2453017431dfbd352081006654e1241c2a6800dc2f43d7df54d55c5')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}