summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-20 14:50:15 +0100
committerZeioth2023-03-20 14:50:15 +0100
commitcb7948134b630deae62f80c51f5695e3e3c49f69 (patch)
treea2468d65022f50ff8a345498cc883327739338e8
parent9977de63bee15982902c878b4dbfac48b40c7728 (diff)
downloadaur-cb7948134b630deae62f80c51f5695e3e3c49f69.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 4279cda99955..586df56d5fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = chatgpt-shell-cli-git
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
+ depends = jq
+ depends = curl
provides = chatgpt-shell-cli-git
conflicts = chatgpt-shell-cli
source = git+https://github.com/0xacx/chatGPT-shell-cli.git
diff --git a/PKGBUILD b/PKGBUILD
index 16c2227cff94..e779dfa33b01 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=()