summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraur2024-04-20 02:22:28 +0800
committeraur2024-04-20 02:22:28 +0800
commit07f9487c3ca2ce5f981357ba82abd5d41aa143dc (patch)
tree3d4bb799606b183f541fcbe1c28e5c5e7ec65b87 /PKGBUILD
parentb2b0b184c93b09e29aa9ac4b3b9ad3da67594909 (diff)
downloadaur-python-zhipuai.tar.gz
Edit the depends, in order to run correctly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e62ca9d5e7bf..bcb98f01330e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=zhipuai
pkgname=python-${_pkgname}
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='ZhipuAI LLM API SDK for Python'
arch=(any)
url="https://pypi.org/project/${_pkgname}/"
license=(MIT)
-depends=(python python-pyjwt)
+depends=(python python-pyjwt python-httpx python-pydantic python-cachetools)
makedepends=(python-setuptools)
source=("${_pkgname}::git+https://github.com/MetaGLM/${_pkgname}-sdk-python-v4")
sha256sums=('SKIP')