summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-11-22 22:46:00 +0700
committerAchmad Fathoni2022-11-22 22:46:00 +0700
commitf7988780d4a080b79a8b320e6ecfd885d6715ddc (patch)
treeda9e5c4c490a20810cfe6d401cf6fbde8803f18b
parent0a1011a03a05b99c64b76479f882ee8e96a58a2c (diff)
downloadaur-f7988780d4a080b79a8b320e6ecfd885d6715ddc.tar.gz
2.2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84f3500dbf67..2b78d1b283d9 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 = 2.0.53
+ pkgver = 2.2.8
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-2.0.53.tar.gz
- sha256sums = b149d5132b2010c7c62c903ea77d4be50fe34d8db7734e6aeb27134bc252a481
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-2.2.8.tar.gz
+ sha256sums = 3a70ac36c40281556d0a982dec65fd60fde7e592946d1d1cb610e86a98fdb308
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 314653636e3d..042e5b7c8137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=2.0.53
+pkgver=2.2.8
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=('b149d5132b2010c7c62c903ea77d4be50fe34d8db7734e6aeb27134bc252a481')
+sha256sums=('3a70ac36c40281556d0a982dec65fd60fde7e592946d1d1cb610e86a98fdb308')
prepare() {
cd "$srcdir"/ccxt-$pkgver