summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-28 19:06:09 +0800
committerAchmad Fathoni2023-06-28 19:06:09 +0800
commit2aa389aa785d08415527a40d36d212b56c050e02 (patch)
tree5daa026ba8104598fb75e6ce6d399bb88ca69104
parent8492c2335f7c4aed29240ef2e4edd9182724d5aa (diff)
downloadaur-2aa389aa785d08415527a40d36d212b56c050e02.tar.gz
3.1.54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f9602ea9738..b38380172cc0 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.37
+ pkgver = 3.1.54
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.37.tar.gz
- sha256sums = fb41d69a6f25b7fd226f7edae1063cbaa6d41a3080f08e8ad2d917b16e0e502b
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.1.54.tar.gz
+ sha256sums = 3c86692944e8bf67f1e35324d3b647aec0d4a02e813017e6aaf0421ea2d02c68
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 742252b46a0c..323b27ef83f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=3.1.37
+pkgver=3.1.54
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=('fb41d69a6f25b7fd226f7edae1063cbaa6d41a3080f08e8ad2d917b16e0e502b')
+sha256sums=('3c86692944e8bf67f1e35324d3b647aec0d4a02e813017e6aaf0421ea2d02c68')
prepare() {
cd "$srcdir"/ccxt-$pkgver