summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-09-20 22:06:31 +0700
committerAchmad Fathoni2022-09-20 22:06:31 +0700
commit1239b69094f739885ffec4f48b999199433d48ba (patch)
tree75fe8a9ac76e261cbcaddb841e45b50d2345e490
parent53dce6155d67a6337e06e3cd0fae4b872f40e225 (diff)
downloadaur-1239b69094f739885ffec4f48b999199433d48ba.tar.gz
1.93.70
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e1a27663a5c..91c4f36390c3 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 = 1.93.27
+ pkgver = 1.93.70
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-1.93.27.tar.gz
- sha256sums = 274af5fae48030b92864890501776decc39347cb839146165070a2514fcd077a
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-1.93.70.tar.gz
+ sha256sums = 4db119fe54b0e7d1d0dbfe60c2e3e7c9f9c6992102f56d7c2378eeea3e70d9c4
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index ba3b68b67323..595e3a8a5da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=1.93.27
+pkgver=1.93.70
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=('274af5fae48030b92864890501776decc39347cb839146165070a2514fcd077a')
+sha256sums=('4db119fe54b0e7d1d0dbfe60c2e3e7c9f9c6992102f56d7c2378eeea3e70d9c4')
prepare() {
cd "$srcdir"/ccxt-$pkgver