summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-08-23 23:10:17 +0700
committerAchmad Fathoni2022-08-23 23:10:17 +0700
commitb33afdff63ae160d09e98ac75530cf446df3d41f (patch)
tree32c9a183af2a8c2fb994ee0073cd087ba294e7e1
parentdaab19061d2fbdcb67d2998f3e9301c9a6d35aa0 (diff)
downloadaur-b33afdff63ae160d09e98ac75530cf446df3d41f.tar.gz
fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6f61129a71..2156d200f9b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,6 @@ pkgbase = python-ccxt
depends = python-aiodns
depends = python-yarl
source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-1.92.47.tar.gz
- sha256sums = a1ab970d5887dd0f47f1efebfeec0e026040ef4aef662e685559d59f1db6d61e
+ sha256sums = 702fb53a7d1ffa38fde65e0208fef853de0b6d0da50d9eb139c52d40e711e205
pkgname = python-ccxt
diff --git a/PKGBUILD b/PKGBUILD
index 8d889431278b..1ac90ef4bba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('a1ab970d5887dd0f47f1efebfeec0e026040ef4aef662e685559d59f1db6d61e')
+sha256sums=('702fb53a7d1ffa38fde65e0208fef853de0b6d0da50d9eb139c52d40e711e205')
prepare() {
cd "$srcdir"/ccxt-$pkgver