summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-29 11:15:32 +0800
committerAchmad Fathoni2023-06-29 11:15:32 +0800
commitf36523cf28d83948375c26d8530059333ebb29a8 (patch)
treef9a6d965fbaebce190ab94a1683c692a1d7030a5
parent2aa389aa785d08415527a40d36d212b56c050e02 (diff)
downloadaur-f36523cf28d83948375c26d8530059333ebb29a8.tar.gz
3.1.55
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b38380172cc0..aa17f05217be 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.54
+ pkgver = 3.1.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-3.1.54.tar.gz
- sha256sums = 3c86692944e8bf67f1e35324d3b647aec0d4a02e813017e6aaf0421ea2d02c68
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.1.55.tar.gz
+ sha256sums = 16dcc12d20baa94f146b52a8e77f598940752f6e69dc01c2974a2a93306599ca
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 323b27ef83f2..5da0d85edce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=3.1.54
+pkgver=3.1.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=('3c86692944e8bf67f1e35324d3b647aec0d4a02e813017e6aaf0421ea2d02c68')
+sha256sums=('16dcc12d20baa94f146b52a8e77f598940752f6e69dc01c2974a2a93306599ca')
prepare() {
cd "$srcdir"/ccxt-$pkgver