summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-03-10 22:00:55 +0000
committerkewl fft2022-03-10 22:00:55 +0000
commitc369166ea897959ba267439562dd16c9ebe806a0 (patch)
tree1b047deeab65194c8e24a6427ad2893120993555
parent2e490027a9ae38fcea2a58c436bf3f784e307e93 (diff)
downloadaur-c369166ea897959ba267439562dd16c9ebe806a0.tar.gz
Update to version 1.40.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd4b9966d35f..251922a0bbc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-unicorn-binance-websocket-api
pkgdesc = An unofficial Python API to use the Binance REST API
- pkgver = 1.39.0
- pkgrel = 2
+ pkgver = 1.40.0
+ pkgrel = 1
url = https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api
arch = any
license = MIT
@@ -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.39.0.tar.gz::https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/archive/1.39.0.tar.gz
- sha256sums = 437664e0359d8ef264663f54ab5c00678f50c8eb6b357418ef00e0d3e6fadd03
+ source = python-unicorn-binance-websocket-api-1.40.0.tar.gz::https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/archive/1.40.0.tar.gz
+ sha256sums = de2b16039b7b4960e574b40de29caf047e96e1344b78293deb78a2c466a726a4
pkgname = python-unicorn-binance-websocket-api
diff --git a/PKGBUILD b/PKGBUILD
index 5468f11e8c06..1c52e02c316a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname="python-unicorn-binance-websocket-api"
_pkgname=${pkgname#python-}
-pkgver=1.39.0
-pkgrel=2
+pkgver=1.40.0
+pkgrel=1
pkgdesc="An unofficial Python API to use the Binance REST API"
arch=('any')
url="https://github.com/LUCIT-Systems-and-Development/$_pkgname"
@@ -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=('437664e0359d8ef264663f54ab5c00678f50c8eb6b357418ef00e0d3e6fadd03')
+sha256sums=('de2b16039b7b4960e574b40de29caf047e96e1344b78293deb78a2c466a726a4')
build() {
cd $_pkgname-$pkgver