summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-20 18:10:28 +0100
committerZeioth2023-03-20 18:10:28 +0100
commit6012cba01ef0bf511610c44c0352946204ad870f (patch)
tree4bd46b17af535258c6396cf6e148e5d4f55fd031
parentc7093562289d2c0029b739f954893f83b4aed354 (diff)
downloadaur-6012cba01ef0bf511610c44c0352946204ad870f.tar.gz
Fixed LICENSE path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e4d2c96fe49..e0c197bd1470 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 = 6
+ pkgrel = 7
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3fc7320f16d2..c6f879c753ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=chatgpt-shell-cli
pkgver=0.1
-pkgrel=6
+pkgrel=7
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"
@@ -18,5 +18,5 @@ package() {
# Install
install -Dm755 "${srcdir}/chatGPT-shell-cli/chatgpt.sh" "${pkgdir}/usr/local/bin/chatgpt"
- install -Dm755 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm755 "${srcdir}/chatGPT-shell-cli/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}