aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-16 17:15:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:21 +0000
commit6c2d8e5b693efa371522cf07cd6db0a751c3d85c (patch)
tree07c1993a43cb3508083f0c2c8bcda7f1bd3fa78b
parent377075c43a2548dbaa5e9ac196af25862b31186f (diff)
community/py3-websockets: rebuild against python 3.9
-rw-r--r--community/py3-websockets/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-websockets/APKBUILD b/community/py3-websockets/APKBUILD
index 0b6f9a7fcc0..e6fabb86b7b 100644
--- a/community/py3-websockets/APKBUILD
+++ b/community/py3-websockets/APKBUILD
@@ -4,7 +4,7 @@
pkgname=py3-websockets
_pkgname=websockets
pkgver=8.1
-pkgrel=2
+pkgrel=3
pkgdesc="An implementation of the WebSocket Protocol (RFC 6455)"
options="net"
url="https://websockets.readthedocs.io"