summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-08-30 21:55:33 +0700
committerAchmad Fathoni2022-08-30 21:55:33 +0700
commitd53844918796f5e086c0ab4247cd7d81b9c0cf14 (patch)
tree12fe225518fd664d0d461a95c62f88d150c4345a
parenteca8e198ca1cd8c74935aa73164b2b62957f9bcf (diff)
downloadaur-d53844918796f5e086c0ab4247cd7d81b9c0cf14.tar.gz
1.92.92
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 870edf002a58..cccd5ff9c86c 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.81
+ pkgver = 1.92.92
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.81.tar.gz
- sha256sums = 6d03ce2f22c6c9021ec6c5c3b1fc3b43a6f5187c1d1cf860d01f8e975c9fed42
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-1.92.92.tar.gz
+ sha256sums = 7acf8dbf7b45d9db1100ecdb1407bec34ca20c4c6e446118c707c0d18b09f8be
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index f1a1c32a6e79..db2df8017eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=1.92.81
+pkgver=1.92.92
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=('6d03ce2f22c6c9021ec6c5c3b1fc3b43a6f5187c1d1cf860d01f8e975c9fed42')
+sha256sums=('7acf8dbf7b45d9db1100ecdb1407bec34ca20c4c6e446118c707c0d18b09f8be')
prepare() {
cd "$srcdir"/ccxt-$pkgver