summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-10-01 22:55:01 +0700
committerAchmad Fathoni2022-10-01 22:55:01 +0700
commitbb2bc15d71dd492fcc9554bc876f5c88fb12471f (patch)
tree7d657bd174443940ae9a0fa4776d8af9b3e9428b
parent6f8eaf153ad04d9914bfc546bac0b0ae0c331327 (diff)
downloadaur-bb2bc15d71dd492fcc9554bc876f5c88fb12471f.tar.gz
1.94.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7870ba4391a..f7fa83af6a73 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.88
+ pkgver = 1.94.14
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.88.tar.gz
- sha256sums = a0614459f1512ac7ee749704e98e2c663d3bfea0aabc0a67793004e68a7eba93
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-1.94.14.tar.gz
+ sha256sums = 0f525ec7056a4aead24c30d25c90c26593777edcf2d7d5862ce72a44614fc1bd
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index ff074dd478af..769f67244e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=1.93.88
+pkgver=1.94.14
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=('a0614459f1512ac7ee749704e98e2c663d3bfea0aabc0a67793004e68a7eba93')
+sha256sums=('0f525ec7056a4aead24c30d25c90c26593777edcf2d7d5862ce72a44614fc1bd')
prepare() {
cd "$srcdir"/ccxt-$pkgver