summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-01-07 20:18:59 +0700
committerAchmad Fathoni2023-01-07 20:18:59 +0700
commitce5f91ad884d9d90c8a1eda4b729c07e2b00b20f (patch)
treea344cd0f0a6e46aee5c60656b2f8b922b2527632
parentedc2065baca5b1779a99d7ffefe7f56295a96158 (diff)
downloadaur-ce5f91ad884d9d90c8a1eda4b729c07e2b00b20f.tar.gz
2.5.46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4775eda9bad5..27fefdb41f4e 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.4.49
+ pkgver = 2.5.46
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.4.49.tar.gz
- sha256sums = d9efef4b8213cf25e5d804c88c2d98b90180896e413ec71eff0afaed4dac990c
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-2.5.46.tar.gz
+ sha256sums = 6f404cb4ccb47bb7c3ff9801777eb975a5ae3a251bc5fe4c9efdc4960bb0d069
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 007f29f1de5a..b0dcbce79ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=2.4.49
+pkgver=2.5.46
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=('d9efef4b8213cf25e5d804c88c2d98b90180896e413ec71eff0afaed4dac990c')
+sha256sums=('6f404cb4ccb47bb7c3ff9801777eb975a5ae3a251bc5fe4c9efdc4960bb0d069')
prepare() {
cd "$srcdir"/ccxt-$pkgver