summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-08-23 08:58:02 +0700
committerAchmad Fathoni2023-08-23 08:58:02 +0700
commitb46889221a5c50add82f6202cfa08d01af3c0603 (patch)
tree08c022d2edf86d590b3ea9948491f6d148ae425a
parent0d18e57b72970b1bfe7dec8175b9d06fa7e77543 (diff)
downloadaur-b46889221a5c50add82f6202cfa08d01af3c0603.tar.gz
4.0.72
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a299f26438..f79263736189 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 = 4.0.55
+ pkgver = 4.0.72
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-4.0.55.tar.gz
- sha256sums = 8c78a1ade5de705eaaf7f60611bdecb573214ad707ff2ca8e6c8e3e4c5485cf0
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.0.72.tar.gz
+ sha256sums = b463cbceb5f237c8deea28f6ec7926a797c49335aeaa1423951309b3604325dd
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 708d18d12784..d9872fa5c420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.0.55
+pkgver=4.0.72
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=('8c78a1ade5de705eaaf7f60611bdecb573214ad707ff2ca8e6c8e3e4c5485cf0')
+sha256sums=('b463cbceb5f237c8deea28f6ec7926a797c49335aeaa1423951309b3604325dd')
prepare() {
cd "$srcdir"/ccxt-$pkgver