summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZeioth2023-03-20 18:59:31 +0100
committerZeioth2023-03-20 18:59:31 +0100
commite546c427d91061c19cf6c35fef5d604867bccd27 (patch)
tree69cd3d06b1c2d63f347ee02239962336166889cb /PKGBUILD
parentb011f128d30f31306b277304cb1bdaab692ec5bc (diff)
downloadaur-e546c427d91061c19cf6c35fef5d604867bccd27.tar.gz
LICENSE 644 level - at petition of the author
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c19d47b79b28..ada004ac4bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=chatgpt-shell-cli
pkgver=0.1
-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"
@@ -18,5 +18,5 @@ package() {
# Install
install -Dm755 "${srcdir}/chatGPT-shell-cli/chatgpt.sh" "${pkgdir}/usr/local/bin/chatgpt"
- install -Dm444 "${srcdir}/chatGPT-shell-cli/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 "${srcdir}/chatGPT-shell-cli/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}