summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbeand2023-05-05 23:29:59 +0300
committerbeand2023-05-05 23:29:59 +0300
commit75b8046c5a86989c02961f38b2ecd5aa5d34e62d (patch)
tree2e88500c86ec85ac354ecbb08652cb73742d0730 /PKGBUILD
parent5fc2806a9aba8f47f776a150e92d78046f3c3df1 (diff)
downloadaur-75b8046c5a86989c02961f38b2ecd5aa5d34e62d.tar.gz
version 0.0.2
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}"