summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-08-11 19:21:43 +0700
committerAchmad Fathoni2022-08-11 19:21:43 +0700
commit7cb713ed0933678a49fd4756d209c15a7d2be91d (patch)
treec904378eaadd6b0ba0430698bdb50c112e9153ed
parent72c7e96733f35fc7ce0ae63aeb94bb1f2b835273 (diff)
downloadaur-7cb713ed0933678a49fd4756d209c15a7d2be91d.tar.gz
1.92.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72cbd31cec81..3d60e8ea9726 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 = 1.91.67
+ pkgver = 1.92.14
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-1.91.67.tar.gz
- sha256sums = 146a02e9e29ab23565483eaeb6e03a617fdf060a994aeb9ca2bf40a3b58f9052
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-1.92.14.tar.gz
+ sha256sums = a1ab970d5887dd0f47f1efebfeec0e026040ef4aef662e685559d59f1db6d61e
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 68031b1def39..09c1c2b2b525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=1.91.67
+pkgver=1.92.14
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=('146a02e9e29ab23565483eaeb6e03a617fdf060a994aeb9ca2bf40a3b58f9052')
+sha256sums=('a1ab970d5887dd0f47f1efebfeec0e026040ef4aef662e685559d59f1db6d61e')
prepare() {
cd "$srcdir"/ccxt-$pkgver