summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-04-23 23:52:18 +0700
committerAchmad Fathoni2022-04-23 23:52:18 +0700
commit09f95ae7743de7ac00d2b509d87d92b6c7962d9f (patch)
treedd03e62fee1252a202b1bdcf99930a18432bcb15
parent0a3f243bd9e97fd0c712ad0d26423941742cae94 (diff)
downloadaur-09f95ae7743de7ac00d2b509d87d92b6c7962d9f.tar.gz
1.80.54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4126290fd38c..223c533025cd 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.80.9
+ pkgver = 1.80.54
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.80.9.tar.gz
- sha256sums = 793397a7d74f8b0755bcc43b9b797b52fbd376d1a1db4453d9dc5dbde4738e7b
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-1.80.54.tar.gz
+ sha256sums = 278cb5f3ffbd40c6c3766d1ec1bf9ab463d5d33841631f42ee22cd77ea17d7ff
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 1bbc97b3be3f..c58b4b28be6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=1.80.9
+pkgver=1.80.54
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=('793397a7d74f8b0755bcc43b9b797b52fbd376d1a1db4453d9dc5dbde4738e7b')
+sha256sums=('278cb5f3ffbd40c6c3766d1ec1bf9ab463d5d33841631f42ee22cd77ea17d7ff')
prepare() {
cd "$srcdir"/ccxt-$pkgver