summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2023-10-22 19:36:04 +0100
committerkewl fft2023-10-22 19:36:04 +0100
commit29e94d431b5e415c625ccda3ce7e3d3866ebfc43 (patch)
tree84bf518c5df52522c009884bdea38ebf776338ab
parent7db1f18ce9ec2823ed02b45a2ddce8bea09b17cf (diff)
downloadaur-29e94d431b5e415c625ccda3ce7e3d3866ebfc43.tar.gz
Update to version 4.1.22-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31d6c9aa22e0..3a3070cdae96 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 = 4.1.9
+ pkgdesc = A cryptocurrency trading library with support for 130+ exchanges
+ pkgver = 4.1.22
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-4.1.9.tar.gz
- sha256sums = 497f04bf9bddb6c26d846d6c79fc7826ee0b65edd6c9eaa3585b460a11a28a06
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.1.22.tar.gz
+ sha256sums = e70e418fef26514214668744b4768bbb294efb904795d2c97fadc654dfbf0a0a
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 253e71a25828..0f22dd78a24a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
+# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
+
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.1.9
+pkgver=4.1.22
pkgrel=1
-pkgdesc="A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges"
+pkgdesc="A cryptocurrency trading library with support for 130+ exchanges"
arch=(any)
url="https://ccxt.trade"
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=('497f04bf9bddb6c26d846d6c79fc7826ee0b65edd6c9eaa3585b460a11a28a06')
+sha256sums=('e70e418fef26514214668744b4768bbb294efb904795d2c97fadc654dfbf0a0a')
prepare() {
cd "$srcdir"/ccxt-$pkgver