summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-03-10 09:43:22 +0000
committerkewl fft2022-03-10 09:43:22 +0000
commit2e490027a9ae38fcea2a58c436bf3f784e307e93 (patch)
tree7b5647eb76cdef9456dfcf59fe6924ccbbdfecfe
parente1b1ef674c56a9e6f152fb225f1d77fe61ffb5db (diff)
downloadaur-2e490027a9ae38fcea2a58c436bf3f784e307e93.tar.gz
Update to version 1.39.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc3f6049a300..bd4b9966d35f 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 = 1
+ pkgrel = 2
url = https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 07b46466e19f..5468f11e8c06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-unicorn-binance-websocket-api"
_pkgname=${pkgname#python-}
pkgver=1.39.0
-pkgrel=1
+pkgrel=2
pkgdesc="An unofficial Python API to use the Binance REST API"
arch=('any')
url="https://github.com/LUCIT-Systems-and-Development/$_pkgname"
@@ -15,6 +15,7 @@ sha256sums=('437664e0359d8ef264663f54ab5c00678f50c8eb6b357418ef00e0d3e6fadd03')
build() {
cd $_pkgname-$pkgver
+ rm tools/*
python setup.py build
}