summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-20 18:56:07 +0100
committerZeioth2023-03-20 18:56:07 +0100
commitb011f128d30f31306b277304cb1bdaab692ec5bc (patch)
tree4c1b00f538e4cba8128556911ab3d78248e19ae1
parentd5d28211bef450e0dc20e57da394f52aef1b181a (diff)
downloadaur-b011f128d30f31306b277304cb1bdaab692ec5bc.tar.gz
Let's make LICENSE read only
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0c197bd1470..e155c0a7a557 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 = 7
+ pkgrel = 1
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 38e3ccb49688..c19d47b79b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=chatgpt-shell-cli
pkgver=0.1
-pkgrel=7
+pkgrel=1
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"