summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2021-02-01 22:47:10 +0800
committeryjun2021-02-01 22:47:10 +0800
commit8c9a83ed92192780e9c9e5b3b05693702f989e08 (patch)
tree85a88da8be66988f755b804385635f21b635f8b6 /PKGBUILD
parentc94d0c824254d06b2df0a4eeb24db5a670211995 (diff)
downloadaur-8c9a83ed92192780e9c9e5b3b05693702f989e08.tar.gz
replaced python-engineio with python-engineio3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571a96c0dda1..4387918c8690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-socketio4
_pkgname=${pkgname%4}
pkgver=4.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python implementation of the Socket.IO realtime server (Ver 4)"
arch=('any')
url="https://github.com/miguelgrinberg/python-socketio"
license=('MIT')
depends=('python-six'
- 'python-engineio')
+ 'python-engineio3')
makedepends=('python-setuptools'
'python-sphinx'
'python-tornado')