summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2023-12-21 12:59:34 +0000
committerkewl fft2023-12-21 12:59:34 +0000
commit4811fd2b02a5f5a1c92b184ee27a9b702c6997e2 (patch)
tree4fec5d86bef499188c066c2d0cf5bd6267383fd5
parent3256c631cc184a5c6036e2ceb994e70cb2fa2618 (diff)
downloadaur-4811fd2b02a5f5a1c92b184ee27a9b702c6997e2.tar.gz
Update to version 4.1.95-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdc42bc3008d..78dc76a543ae 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.86
+ pkgver = 4.1.95
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.86.tar.gz
- sha256sums = c663a6c69a4aa71232a44282cc1e1124b6a9432dd2534c5c5a4500b9a5568826
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.1.95.tar.gz
+ sha256sums = 74969bee8420258ae9f224854f8589ccc3b4c46d1518d84ae97a1010aeaa2f8a
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index dfdef028c27f..922799e35834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.1.86
+pkgver=4.1.95
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=('c663a6c69a4aa71232a44282cc1e1124b6a9432dd2534c5c5a4500b9a5568826')
+sha256sums=('74969bee8420258ae9f224854f8589ccc3b4c46d1518d84ae97a1010aeaa2f8a')
prepare() {
cd "$srcdir"/ccxt-$pkgver