makedeb


tgpt-bin 2.8.0-0


ChatGPT in terminal without needing API keys

Click here to go back to the commit logs for tgpt-bin.

Commit:


Hash: 393c6a6b44935ec1c3ebe3604a0f1fb27b4680fa

Message: useful commit message

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ed9917a..a06173f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = tgpt-bin
 	arch = i386
 	arch = i686
 	license = GPL-3.0
+	conflicts = tgpt
+	conflicts = tgpt-git
 	source = https://github.com/aandrew-me/tgpt/releases/download/v1.2.0/tgpt-linux-amd64
 	md5sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 3264d01..9d42cec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="ChatGPT in terminal without needing API keys"
 arch=("x86_64" "aarch64" "i386" "i686")
 url="https://github.com/aandrew-me/tgpt"
 license=('GPL-3.0')
+conflicts=('tgpt' 'tgpt-git')
 #makedepends=('')
 if [ $CARCH == "x86_64" ]
 then