summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-02-01 09:36:28 +0700
committerAchmad Fathoni2023-02-01 09:36:28 +0700
commit3e1a8b454be590980c94fb6d229cb243b3a02ae9 (patch)
tree3132a721eeef68f977e823acc3b77aecc1b713fc
parentce5f91ad884d9d90c8a1eda4b729c07e2b00b20f (diff)
downloadaur-3e1a8b454be590980c94fb6d229cb243b3a02ae9.tar.gz
2.7.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27fefdb41f4e..1800b880e8f5 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 = 2.5.46
+ pkgver = 2.7.23
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-2.5.46.tar.gz
- sha256sums = 6f404cb4ccb47bb7c3ff9801777eb975a5ae3a251bc5fe4c9efdc4960bb0d069
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-2.7.23.tar.gz
+ sha256sums = 2c9226b0e92f9fbcf43463d1bc727270e76b68255f1c0c2c3d8a900fbe2cf97e
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index b0dcbce79ffc..39b7334e544e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=2.5.46
+pkgver=2.7.23
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=('6f404cb4ccb47bb7c3ff9801777eb975a5ae3a251bc5fe4c9efdc4960bb0d069')
+sha256sums=('2c9226b0e92f9fbcf43463d1bc727270e76b68255f1c0c2c3d8a900fbe2cf97e')
prepare() {
cd "$srcdir"/ccxt-$pkgver