summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b738f1292b1..4629a2152f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-unicorn-binance-websocket-api"
_pkgname=${pkgname#python-}
-pkgver=1.40.5
+pkgver=1.40.7
pkgrel=1
pkgdesc="An unofficial Python API to use the Binance REST API"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-cheroot' 'python-colorama' 'python-flask' 'python-flask-restful' 'python-psutil' 'python-requests' 'python-ujson' 'python-unicorn-fy' 'python-websocket-client' 'python-websockets')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8bc62f5af495608d6cd708c459ce9ef0e4e5ca60639e78f0f2e3998f644a19dc')
+sha256sums=('af2328be4d6ae4f1aa0ec60834842711c2eb095619c805719add699663c49f55')
build() {
cd $_pkgname-$pkgver