summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-07-15 23:02:01 +0700
committerAchmad Fathoni2023-07-15 23:02:01 +0700
commit839efbd4cc63c4a84cdd43bb7b3d152f313b9057 (patch)
tree543db59aa9a37ae05ebaad3ce3f25d6842a8e9fb
parent215ce2db28f1c461108b3e31b0af0d4b49218479 (diff)
downloadaur-839efbd4cc63c4a84cdd43bb7b3d152f313b9057.tar.gz
4.0.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98eeaf83b810..4ccdac9ec90c 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.0.19
+ pkgver = 4.0.27
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.0.19.tar.gz
- sha256sums = 1ee93c36cb7e4fd1be73ffbb0b15c34460a7460ca8bc97e3b8f3c10c69fc31cb
+ source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.0.27.tar.gz
+ sha256sums = 13fccaa10259860ccc9837266afde181d4dee5b80df9c841bc2d21285bef0aa3
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 53cab3784844..9245ccb4bc55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ccxt
_pkgname=${pkgname:7}
-pkgver=4.0.19
+pkgver=4.0.27
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=('1ee93c36cb7e4fd1be73ffbb0b15c34460a7460ca8bc97e3b8f3c10c69fc31cb')
+sha256sums=('13fccaa10259860ccc9837266afde181d4dee5b80df9c841bc2d21285bef0aa3')
prepare() {
cd "$srcdir"/ccxt-$pkgver