summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-05-05 22:07:15 +0700
committerAchmad Fathoni2023-05-05 22:07:15 +0700
commit6def380ff2e758df0b20f987835115d516063804 (patch)
tree15e03a5bc41a8b027a0045abbbd6bbf18b72d420 /PKGBUILD
parentb95954d83dee2ee56d7829b0bf05b46e2d99d829 (diff)
downloadaur-6def380ff2e758df0b20f987835115d516063804.tar.gz
3.0.93
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a08b88117b8..c54d14ebc654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=3.0.86
+pkgver=3.0.93
pkgrel=1
pkgdesc="A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges"
arch=(any)
@@ -9,7 +9,7 @@ license=(MIT)
depends=(python python-certifi python-requests python-cryptography python-aiohttp python-aiodns python-yarl)
makedepends=(python-build python-installer python-wheel python-setuptools)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('f38564701e0947b51cef24efc9e418a15dfaa48f648603400d99c9b39a4ea707')
+sha256sums=('bbd869e495167305af5496614ae8115cf91d14401617c9ea12a1dec2ded3b16a')
prepare() {
cd "$srcdir"/ccxt-$pkgver