summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2023-12-12 18:56:11 +0000
committerkewl fft2023-12-12 18:56:11 +0000
commit3256c631cc184a5c6036e2ceb994e70cb2fa2618 (patch)
tree07282e2a6c624125e9543ab91c5750a8e95b1be6
parent4d0f8a3ad472dbca2e4dfcd94c8e94af10041e36 (diff)
downloadaur-3256c631cc184a5c6036e2ceb994e70cb2fa2618.tar.gz
Update to version 4.1.86-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617c346b521a..cdc42bc3008d 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.57
+ pkgver = 4.1.86
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.57.tar.gz
- sha256sums = 7cff54879590adffed65fca91f196e2d87321af38216955a95abb60c1346231e
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.1.86.tar.gz
+ sha256sums = c663a6c69a4aa71232a44282cc1e1124b6a9432dd2534c5c5a4500b9a5568826
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 00523e2b4892..dfdef028c27f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.1.57
+pkgver=4.1.86
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=('7cff54879590adffed65fca91f196e2d87321af38216955a95abb60c1346231e')
+sha256sums=('c663a6c69a4aa71232a44282cc1e1124b6a9432dd2534c5c5a4500b9a5568826')
prepare() {
cd "$srcdir"/ccxt-$pkgver