summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-08-10 11:33:57 +0700
committerAchmad Fathoni2023-08-10 11:33:57 +0700
commit0d18e57b72970b1bfe7dec8175b9d06fa7e77543 (patch)
treef3499559b3e89b979bd78742ddec7807f74f0a29
parent839efbd4cc63c4a84cdd43bb7b3d152f313b9057 (diff)
downloadaur-0d18e57b72970b1bfe7dec8175b9d06fa7e77543.tar.gz
4.0.55
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ccdac9ec90c..03a299f26438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ccxt
pkgdesc = A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges
- pkgver = 4.0.27
+ pkgver = 4.0.55
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.0.27.tar.gz
- sha256sums = 13fccaa10259860ccc9837266afde181d4dee5b80df9c841bc2d21285bef0aa3
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.0.55.tar.gz
+ sha256sums = 8c78a1ade5de705eaaf7f60611bdecb573214ad707ff2ca8e6c8e3e4c5485cf0
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 9245ccb4bc55..708d18d12784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.0.27
+pkgver=4.0.55
pkgrel=1
pkgdesc="A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges"
arch=(any)
@@ -9,7 +9,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=('13fccaa10259860ccc9837266afde181d4dee5b80df9c841bc2d21285bef0aa3')
+sha256sums=('8c78a1ade5de705eaaf7f60611bdecb573214ad707ff2ca8e6c8e3e4c5485cf0')
prepare() {
cd "$srcdir"/ccxt-$pkgver