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 b833913383b7..22cb1b22ea53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-binance-git
pkgdesc = simple python interface to binance.com's web API
- pkgver = 1.0.10.r54.ga6f3048
+ pkgver = 1.0.15.r0.gd76df56
pkgrel = 1
url = https://github.com/sammchardy/python-binance
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-binance-git
depends = python-dateparser
depends = python-requests
depends = python-ujson
- depends = python-websockets
+ depends = python-websockets=9.1
source = git+https://github.com/sammchardy/python-binance.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c1a26c90029d..da1857a6c10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname='python-binance'
pkgname="$_pkgname-git"
-pkgver=1.0.10.r54.ga6f3048
+pkgver=1.0.15.r0.gd76df56
pkgrel=1
pkgdesc="simple python interface to binance.com's web API"
arch=('any')
url='https://github.com/sammchardy/python-binance'
license=('MIT')
depends=('python' 'python-aiohttp' 'python-dateparser'
- 'python-requests' 'python-ujson' 'python-websockets')
+ 'python-requests' 'python-ujson' 'python-websockets=9.1')
makedepends=('git' 'python-setuptools')
source=('git+https://github.com/sammchardy/python-binance.git')
md5sums=('SKIP')