summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-31 13:10:54 +0200
committerZeioth2023-03-31 13:10:54 +0200
commit03aba9ff9818163b1a67937b0211725a8a54612b (patch)
treed5fe41430811dfe79534decbe023a006e5974420
parentf32d6b4cbbe8a347552c09513a0d8aa5f7ce8b0b (diff)
downloadaur-03aba9ff9818163b1a67937b0211725a8a54612b.tar.gz
Contributor added: Malmerri
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5160d0859c85..baa5fdcdd1a6 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 = 1
+ pkgrel = 2
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 43efb41e420e..115816ed9d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
+# Contributors: malmerri
pkgname=chatgpt-shell-cli
_pkgname=chatGPT-shell-cli
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"