summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-20 17:13:54 +0100
committerZeioth2023-03-20 17:13:54 +0100
commit5c1fae5142c7aa8975ba37e9a9186ad6a1b1fcc4 (patch)
treefc0b9e32f196f612a55ea9d8ed7c0f59048d4503
parent0ad2783a08fb934fde6d9f54bfe2dd7c5ad17f88 (diff)
downloadaur-5c1fae5142c7aa8975ba37e9a9186ad6a1b1fcc4.tar.gz
There is actually no need for sudo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7505dd2cff..52be7fba37a1 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.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 986a72ef0911..4f221b3a1993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=chatgpt-shell-cli
pkgver=0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"