summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83bc2e5ab4fb..253f5afafd9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Max <200706max at gmail dot com>
+# Maintainer: Max <200706max@gmail.com>
pkgname=open-gpt-bin
pkgver=1.0.0
pkgrel=1
-pkgdesc="Free ChatGpt cli!"
+pkgdesc="ChatGpt client using openai api!"
arch=(x86_64)
license=('custom')
-url="https://sourceforge.net/projects/open-gpt/"
+url="https://github.com/BeanDx/open-gpt/tree/main"
source=("https://downloads.sourceforge.net/sourceforge/open-gpt/open-gpt.tar.gz")
sha512sums=('SKIP')
-depends=('qt6-base')
+depends=('qt6-base' 'sqlite')
package() {
tar -xzf "${srcdir}/open-gpt.tar.gz" -C "${srcdir}"