summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-14 09:41:00 +0700
committerAchmad Fathoni2023-06-14 09:41:00 +0700
commit8492c2335f7c4aed29240ef2e4edd9182724d5aa (patch)
tree8191c16454ac1fdbbe94c16eb5c27f2aa6cd96aa
parent3ae81ff5193399e9f5cbb7a01177d51bf643aed0 (diff)
downloadaur-8492c2335f7c4aed29240ef2e4edd9182724d5aa.tar.gz
3.1.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d93ac00f343d..3f9602ea9738 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 = 3.1.19
+ pkgver = 3.1.37
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-3.1.19.tar.gz
- sha256sums = 875829630dc35a4c22bbf50715b2340072565faf9f2f23d67f6c657614408eec
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.1.37.tar.gz
+ sha256sums = fb41d69a6f25b7fd226f7edae1063cbaa6d41a3080f08e8ad2d917b16e0e502b
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 41f6ca036bae..742252b46a0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=3.1.19
+pkgver=3.1.37
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=('875829630dc35a4c22bbf50715b2340072565faf9f2f23d67f6c657614408eec')
+sha256sums=('fb41d69a6f25b7fd226f7edae1063cbaa6d41a3080f08e8ad2d917b16e0e502b')
prepare() {
cd "$srcdir"/ccxt-$pkgver