summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-05-11 15:49:34 +0700
committerAchmad Fathoni2023-05-11 15:49:34 +0700
commite93f5cdf7babdb6f19432f68fb5bcc9554f8363a (patch)
treed521b60eb5aa0efe43854a0cfc99340c6662cb10
parent6def380ff2e758df0b20f987835115d516063804 (diff)
downloadaur-e93f5cdf7babdb6f19432f68fb5bcc9554f8363a.tar.gz
3.0.99
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e6cf90bf10c..7f9b26e6814f 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.93
+ pkgver = 3.0.99
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.93.tar.gz
- sha256sums = bbd869e495167305af5496614ae8115cf91d14401617c9ea12a1dec2ded3b16a
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.0.99.tar.gz
+ sha256sums = 214b1e02c779ce895465ff9509cfd1d275ef04701f355f46b9f30125b23269c0
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index c54d14ebc654..250e3764cbfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=3.0.93
+pkgver=3.0.99
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=('bbd869e495167305af5496614ae8115cf91d14401617c9ea12a1dec2ded3b16a')
+sha256sums=('214b1e02c779ce895465ff9509cfd1d275ef04701f355f46b9f30125b23269c0')
prepare() {
cd "$srcdir"/ccxt-$pkgver