summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc185d5b7bd3..9526f04e6744 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ccxt
pkgdesc = A cryptocurrency trading library with support for 130+ exchanges
- pkgver = 4.3.4
+ pkgver = 4.3.9
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.3.4.tar.gz
- sha256sums = 93aebd74150e531c558748e1577b5e064e38bb4f0305e46aa4d6fa78df97d75d
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.3.9.tar.gz
+ sha256sums = 44dcc090bd1a093553c0bbc961b2971c016b1e7e6326454fddb4fb3a32bc1eaa
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 7f59214fdb3f..9e836125caf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.3.4
+pkgver=4.3.9
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=('93aebd74150e531c558748e1577b5e064e38bb4f0305e46aa4d6fa78df97d75d')
+sha256sums=('44dcc090bd1a093553c0bbc961b2971c016b1e7e6326454fddb4fb3a32bc1eaa')
prepare() {
cd "$srcdir"/ccxt-$pkgver