summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2024-04-21 10:37:36 +0100
committerkewl fft2024-04-21 10:37:36 +0100
commit3adb5f9311775f5e1bcc16bc53475351cce9765e (patch)
tree368de8a5b5ad5333549ccc6e79cb078deec88b8d
parent809a15e853c5821599bc2d76f3ba881cf369feda (diff)
downloadaur-3adb5f9311775f5e1bcc16bc53475351cce9765e.tar.gz
Update to version 4.3.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dcc55a068a5..bc185d5b7bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ccxt
pkgdesc = A cryptocurrency trading library with support for 130+ exchanges
- pkgver = 4.2.76
+ pkgver = 4.3.4
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.2.76.tar.gz
- sha256sums = 3deb2232ac9c18a218bf00051a168d421e0cfeb24ab6e892645825541d7b700e
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.3.4.tar.gz
+ sha256sums = 93aebd74150e531c558748e1577b5e064e38bb4f0305e46aa4d6fa78df97d75d
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 4a8fe08af958..7f59214fdb3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.2.76
+pkgver=4.3.4
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=('3deb2232ac9c18a218bf00051a168d421e0cfeb24ab6e892645825541d7b700e')
+sha256sums=('93aebd74150e531c558748e1577b5e064e38bb4f0305e46aa4d6fa78df97d75d')
prepare() {
cd "$srcdir"/ccxt-$pkgver