summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-09-03 06:56:39 +0700
committerAchmad Fathoni2023-09-03 06:56:39 +0700
commit96a23bd2bb8c2cdcba7c439d304cb88f463a5283 (patch)
treed0919125a2abc944df07f6ed16ebd4a8b2cad129
parentb46889221a5c50add82f6202cfa08d01af3c0603 (diff)
downloadaur-96a23bd2bb8c2cdcba7c439d304cb88f463a5283.tar.gz
4.0.80
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f79263736189..856959b8c599 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.72
+ pkgver = 4.0.80
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.72.tar.gz
- sha256sums = b463cbceb5f237c8deea28f6ec7926a797c49335aeaa1423951309b3604325dd
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.0.80.tar.gz
+ sha256sums = 32f397068e2ecdb98aa2c55b8f973aa45cb3738ac8f5546e4ea5a5fdbd76dd16
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index d9872fa5c420..cb9a213b1a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.0.72
+pkgver=4.0.80
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=('b463cbceb5f237c8deea28f6ec7926a797c49335aeaa1423951309b3604325dd')
+sha256sums=('32f397068e2ecdb98aa2c55b8f973aa45cb3738ac8f5546e4ea5a5fdbd76dd16')
prepare() {
cd "$srcdir"/ccxt-$pkgver