summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-03 14:27:53 +0700
committerAchmad Fathoni2023-06-03 14:27:53 +0700
commit3ae81ff5193399e9f5cbb7a01177d51bf643aed0 (patch)
treec22b4c8b62c1acbc91337100dd8b1115baa0617d
parent8f4573989ac72faef662c024b59f25410015afef (diff)
downloadaur-3ae81ff5193399e9f5cbb7a01177d51bf643aed0.tar.gz
3.1.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af90870fc7cc..d93ac00f343d 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.18
+ pkgver = 3.1.19
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.18.tar.gz
- sha256sums = ffad6e35f06b5e3edb43b43679d00d9f4846dd8d10cf75618ad6bbc59cc05db8
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-3.1.19.tar.gz
+ sha256sums = 875829630dc35a4c22bbf50715b2340072565faf9f2f23d67f6c657614408eec
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 5997c3d53eeb..41f6ca036bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=3.1.18
+pkgver=3.1.19
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=('ffad6e35f06b5e3edb43b43679d00d9f4846dd8d10cf75618ad6bbc59cc05db8')
+sha256sums=('875829630dc35a4c22bbf50715b2340072565faf9f2f23d67f6c657614408eec')
prepare() {
cd "$srcdir"/ccxt-$pkgver