mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-trio-websocket: auto updated to 0.10.4-1
This commit is contained in:
parent
e3a7036a6a
commit
becf079d2e
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue