summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-08-25 07:43:55 +0700
committerAchmad Fathoni2022-08-25 07:43:55 +0700
commit8039112e6af72d58554615392b2443e9b3ec9430 (patch)
tree344567d66705c1128904eb4a54ca6154a1080769
parent81dc4ae31012fa17b615a005bdc2bb7d814e7662 (diff)
downloadaur-8039112e6af72d58554615392b2443e9b3ec9430.tar.gz
1.92.66
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5663439d01c8..b97c9df31ad8 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.92.58
+ pkgver = 1.92.66
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.92.58.tar.gz
- sha256sums = 2ff174a9882f72cdca7f5c3c2da42fade281b4e7b8112984524cdb8d8ad5d70c
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-1.92.66.tar.gz
+ sha256sums = 760dc42e7513eac43837b1260e95fb577e437efc57c8b31e7f9c30a87536a947
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 1dd245d5a785..c377a47aff88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=1.92.58
+pkgver=1.92.66
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=('2ff174a9882f72cdca7f5c3c2da42fade281b4e7b8112984524cdb8d8ad5d70c')
+sha256sums=('760dc42e7513eac43837b1260e95fb577e437efc57c8b31e7f9c30a87536a947')
prepare() {
cd "$srcdir"/ccxt-$pkgver