Date: Friday, August 26, 2022 @ 10:25:55 Author: felixonmars Revision: 1281659
upgpkg: python-wsproto 1.1.0-1 Modified: python-wsproto/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-26 10:25:05 UTC (rev 1281658) +++ PKGBUILD 2022-08-26 10:25:55 UTC (rev 1281659) @@ -3,8 +3,8 @@ # Contributor: Kyle Keen <[email protected]> pkgname=python-wsproto -pkgver=1.0.0 -pkgrel=3 +pkgver=1.1.0 +pkgrel=1 pkgdesc="WebSockets state-machine based protocol implementation" url="https://github.com/python-hyper/wsproto" license=('MIT') @@ -13,7 +13,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner') source=("https://pypi.io/packages/source/w/wsproto/wsproto-$pkgver.tar.gz") -sha512sums=('36f8c4eebf84bfe869f7124330898d22416b423f47396f2e3f72069e14f1763514e1df700c3e8ee81467cf973197e10143e088978d0688930fa98518af8773fb') +sha512sums=('0cd726bc62ca4d11e96f470f51511008bd43dbb9e99a17633d2a40da7bdaf19716e0a1c995350f5c8f418f906848dd6f2b9b0a853c1b6858ddafa1cc02fab710') build() { cd wsproto-$pkgver
