Date: Sunday, November 3, 2019 @ 12:35:27 Author: foutrelis Revision: 522501
Bump to 8.1 for Python 3.8 support Modified: python-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-03 12:32:47 UTC (rev 522500) +++ PKGBUILD 2019-11-03 12:35:27 UTC (rev 522501) @@ -3,8 +3,8 @@ # Contributor: user6553591 <Message on Reddit> pkgname=python-websockets -pkgver=8.0.2 -pkgrel=2 +pkgver=8.1 +pkgrel=0 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)' url='https://github.com/aaugustin/websockets' arch=('x86_64') @@ -12,7 +12,7 @@ depends=('python') makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio') source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('1925bb5a9e9e1c568b330e7443ab39be95393b18d0ed9fec2c6d8836296a405b0f448a3087baf738eed5094ebb9fee5795619e68cde0edfa3673c1797b984779') +sha512sums=('d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12') build() { cd websockets-${pkgver}
