summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-02-20 07:59:46 +0700
committerAchmad Fathoni2023-02-20 07:59:46 +0700
commit6840d0950bcc1193fc112ae97b5be15c8d2d6dbc (patch)
treee3323e240d0487dd11d277002036aefa09363232
parent3e1a8b454be590980c94fb6d229cb243b3a02ae9 (diff)
downloadaur-6840d0950bcc1193fc112ae97b5be15c8d2d6dbc.tar.gz
2.8.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1800b880e8f5..6919492e5b8d 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.7.23
+ pkgver = 2.8.16
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.7.23.tar.gz
- sha256sums = 2c9226b0e92f9fbcf43463d1bc727270e76b68255f1c0c2c3d8a900fbe2cf97e
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-2.8.16.tar.gz
+ sha256sums = 5b22a0b3f3f5b002714a942cdc75a07503956b945bcc06a0d8f65a4960483b22
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 39b7334e544e..5552f2fd80a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=2.7.23
+pkgver=2.8.16
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=('2c9226b0e92f9fbcf43463d1bc727270e76b68255f1c0c2c3d8a900fbe2cf97e')
+sha256sums=('5b22a0b3f3f5b002714a942cdc75a07503956b945bcc06a0d8f65a4960483b22')
prepare() {
cd "$srcdir"/ccxt-$pkgver