summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2022-03-10 09:43:22 +0000
committerkewl fft2022-03-10 09:43:22 +0000
commit2e490027a9ae38fcea2a58c436bf3f784e307e93 (patch)
tree7b5647eb76cdef9456dfcf59fe6924ccbbdfecfe /PKGBUILD
parente1b1ef674c56a9e6f152fb225f1d77fe61ffb5db (diff)
downloadaur-2e490027a9ae38fcea2a58c436bf3f784e307e93.tar.gz
Update to version 1.39.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
}