summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-02 05:56:22 +0700
committerAchmad Fathoni2023-06-02 05:56:22 +0700
commit8f4573989ac72faef662c024b59f25410015afef (patch)
treeeb942ba4715b66a1a6e0ad82538289ac798feac6
parent16eef9ef7d9766f47695525b303ea25f855e35b5 (diff)
downloadaur-8f4573989ac72faef662c024b59f25410015afef.tar.gz
3.1.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80aaafd77aa5..af90870fc7cc 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.0.102
+ pkgver = 3.1.18
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.0.102.tar.gz
- sha256sums = c2d2d03bbf5f1dccbd594aa6c7ead4076b734799b9e14dc43abdb47ccdfaa9ea
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.1.18.tar.gz
+ sha256sums = ffad6e35f06b5e3edb43b43679d00d9f4846dd8d10cf75618ad6bbc59cc05db8
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 3d30050485b1..5997c3d53eeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=3.0.102
+pkgver=3.1.18
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=('c2d2d03bbf5f1dccbd594aa6c7ead4076b734799b9e14dc43abdb47ccdfaa9ea')
+sha256sums=('ffad6e35f06b5e3edb43b43679d00d9f4846dd8d10cf75618ad6bbc59cc05db8')
prepare() {
cd "$srcdir"/ccxt-$pkgver