summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-20 14:50:43 +0100
committerZeioth2023-03-20 14:50:43 +0100
commit2c191c0fbc2e326c9210d5b4ffeac802b405cffe (patch)
tree91b8f373e80a1cedddf5a5c185565f20d624eebb
parent7595fffc5193de1d213dd4ec6b44b46c4f320705 (diff)
downloadaur-2c191c0fbc2e326c9210d5b4ffeac802b405cffe.tar.gz
Correct dependencies added
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd5a9288a70..9b87b8e87b70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = chatgpt-shell-cli
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
+ depends = jq
+ depends = curl
provides = chatgpt-shell-cli
conflicts = chatgpt-shell-cli-git
source = git+https://github.com/0xacx/chatGPT-shell-cli.git#commit=e47853176d2cc36602ca04507fd3b5525f623737
diff --git a/PKGBUILD b/PKGBUILD
index 32b5f44300b3..8f4b4420777f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"
license=('MIT')
groups=()
-depends=()
+depends=(jq curl)
makedepends=()
checkdepends=()
optdepends=()