summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-05-05 22:07:15 +0700
committerAchmad Fathoni2023-05-05 22:07:15 +0700
commit6def380ff2e758df0b20f987835115d516063804 (patch)
tree15e03a5bc41a8b027a0045abbbd6bbf18b72d420
parentb95954d83dee2ee56d7829b0bf05b46e2d99d829 (diff)
downloadaur-6def380ff2e758df0b20f987835115d516063804.tar.gz
3.0.93
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1befdd1ad0..2e6cf90bf10c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ccxt
pkgdesc = A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges
- pkgver = 3.0.86
+ pkgver = 3.0.93
pkgrel = 1
url = https://ccxt.trade
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-ccxt
depends = python-aiohttp
depends = python-aiodns
depends = python-yarl
- source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.0.86.tar.gz
- sha256sums = f38564701e0947b51cef24efc9e418a15dfaa48f648603400d99c9b39a4ea707
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.0.93.tar.gz
+ sha256sums = bbd869e495167305af5496614ae8115cf91d14401617c9ea12a1dec2ded3b16a
pkgname = python-ccxt
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