summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2023-11-20 08:22:46 +0000
committerkewl fft2023-11-20 08:22:46 +0000
commit4d0f8a3ad472dbca2e4dfcd94c8e94af10041e36 (patch)
tree64fc8fca3c049eb62dd8f0a3ff58385b17cf62e6
parent0ee76add23ac7924b4858a47800719b15a0f664a (diff)
downloadaur-4d0f8a3ad472dbca2e4dfcd94c8e94af10041e36.tar.gz
Update to version 4.1.57-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 211c97dd98bd..617c346b521a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ccxt
pkgdesc = A cryptocurrency trading library with support for 130+ exchanges
- pkgver = 4.1.32
+ pkgver = 4.1.57
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.1.32.tar.gz
- sha256sums = afb924810c9ad81bc4e47a152780321e30c26a20aed2ddc57b8abd233418dd4c
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.1.57.tar.gz
+ sha256sums = 7cff54879590adffed65fca91f196e2d87321af38216955a95abb60c1346231e
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index f42d4473748e..00523e2b4892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.1.32
+pkgver=4.1.57
pkgrel=1
pkgdesc="A cryptocurrency trading library with support for 130+ exchanges"
arch=(any)
@@ -11,7 +11,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=('afb924810c9ad81bc4e47a152780321e30c26a20aed2ddc57b8abd233418dd4c')
+sha256sums=('7cff54879590adffed65fca91f196e2d87321af38216955a95abb60c1346231e')
prepare() {
cd "$srcdir"/ccxt-$pkgver