summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4b24e4ab260..aead1bda5e91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-socketio4
pkgdesc = Python implementation of the Socket.IO realtime server (Ver 4)
pkgver = 4.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/miguelgrinberg/python-socketio
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-socketio4
makedepends = python-sphinx
makedepends = python-tornado
depends = python-six
- depends = python-engineio
+ depends = python-engineio3
optdepends = python-tornado: tornado asyncio webserver
conflicts = python-socketio
source = https://github.com/miguelgrinberg/python-socketio/archive/v4.6.1/python-socketio4-4.6.1.tar.gz
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')