summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2023-07-20 20:22:37 +0100
committerkewl fft2023-07-20 20:22:37 +0100
commitc67f4745b506c5b65ea99f53ba94e8f37ad952b9 (patch)
tree8c32142fa7831250cfc0a63166302c582daf253c
parent8c7cc643120921d0cebec74fc0f0c09a9b0ffc48 (diff)
downloadaur-python-okx.tar.gz
Update to version 0.2.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080cb8e2d9e0..ffdbdcfaa462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-okx
pkgdesc = Unofficial Python wrapper for the OKX exchange API
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/okxapi/python-okx
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-okx
depends = python-pyopenssl
depends = python-importlib-metadata
depends = python-httpx
+ depends = python-h2
depends = python-keyring
depends = python-twisted
source = https://files.pythonhosted.org/packages/source/p/python-okx/python-okx-0.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f4bc9fa70dc8..fe77dce4deb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname="python-okx"
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unofficial Python wrapper for the OKX exchange API"
arch=('any')
url="https://github.com/okxapi/$pkgname"
license=('MIT')
-depends=('python-requests' 'python-pyopenssl' 'python-importlib-metadata' 'python-httpx' 'python-keyring' 'python-twisted')
+depends=('python-requests' 'python-pyopenssl' 'python-importlib-metadata' 'python-httpx' 'python-h2' 'python-keyring' 'python-twisted')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('ec7e0da7bf5353de68e352bcbfbd0ecd90c6f118b6579351af5cda23ddb7de8e')