summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-31 13:05:03 +0200
committerZeioth2023-03-31 13:05:03 +0200
commitf32d6b4cbbe8a347552c09513a0d8aa5f7ce8b0b (patch)
tree5ce8ea81cd27d1d06f9ce9c3c69262569bcab2d8
parent93f42563c92824b1bcb762c2601503a3edf7ef63 (diff)
downloadaur-f32d6b4cbbe8a347552c09513a0d8aa5f7ce8b0b.tar.gz
Added _pkgname and makedeps 'git'.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a40b2109dd9..5160d0859c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chatgpt-shell-cli
pkgdesc = Use OpenAI's ChatGPT and DALL-E from the terminal.
pkgver = 0.2
- pkgrel = 3
+ pkgrel = 1
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 486a59216a04..43efb41e420e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=chatgpt-shell-cli
+_pkgname=chatGPT-shell-cli
pkgver=0.2
-pkgrel=3
+pkgrel=1
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"