summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-03-13 09:34:35 +0000
committerkewl fft2022-03-13 09:34:35 +0000
commite369fda4319188d65fa62110c75d283c3272885c (patch)
tree243d03d2662965d2706d03b700057ea020833880
parent60a8d688948097b20624b2bf2c5d12c8dfb23a03 (diff)
downloadaur-e369fda4319188d65fa62110c75d283c3272885c.tar.gz
Update to version 1.40.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12be90c3a19d..745a5d5b5340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unicorn-binance-websocket-api
pkgdesc = An unofficial Python API to use the Binance REST API
- pkgver = 1.40.2
+ pkgver = 1.40.5
pkgrel = 1
url = https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-unicorn-binance-websocket-api
depends = python-unicorn-fy
depends = python-websocket-client
depends = python-websockets
- source = python-unicorn-binance-websocket-api-1.40.2.tar.gz::https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/archive/1.40.2.tar.gz
- sha256sums = b82cf13c24e7163f513800b09460a8594de2f35fefe213c8947ae72709ac9346
+ source = python-unicorn-binance-websocket-api-1.40.5.tar.gz::https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/archive/1.40.5.tar.gz
+ sha256sums = 8bc62f5af495608d6cd708c459ce9ef0e4e5ca60639e78f0f2e3998f644a19dc
pkgname = python-unicorn-binance-websocket-api
diff --git a/PKGBUILD b/PKGBUILD
index 8c03820ee1f5..1b738f1292b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-unicorn-binance-websocket-api"
_pkgname=${pkgname#python-}
-pkgver=1.40.2
+pkgver=1.40.5
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=('b82cf13c24e7163f513800b09460a8594de2f35fefe213c8947ae72709ac9346')
+sha256sums=('8bc62f5af495608d6cd708c459ce9ef0e4e5ca60639e78f0f2e3998f644a19dc')
build() {
cd $_pkgname-$pkgver