[arch-commits] Commit in python-websockets/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Sep 13 17:00:16 UTC 2019


    Date: Friday, September 13, 2019 @ 17:00:16
  Author: anthraxx
Revision: 510362

upgpkg: python-websockets 8.0.2-1

Modified:
  python-websockets/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 16:59:49 UTC (rev 510361)
+++ PKGBUILD	2019-09-13 17:00:16 UTC (rev 510362)
@@ -3,16 +3,16 @@
 # Contributor: user6553591 <Message on Reddit>
 
 pkgname=python-websockets
-pkgver=7.0
-pkgrel=2
+pkgver=8.0.2
+pkgrel=1
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools' 'python-sphinx')
-source=(https://github.com/aaugustin/websockets/archive/${pkgver}.tar.gz)
-sha512sums=('08dd310d8f946522f60ba302f3246f81e283d11f308f658a3c3a3c597281a31b1376e5d16d900187d148b0c1ec1250cd730ccb26f6b753dd86ca5682a08af9a9')
+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')
 
 build() {
   cd websockets-${pkgver}



More information about the arch-commits mailing list