summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2023-03-20 00:23:55 +0530
committertxtsd2023-03-20 00:24:15 +0530
commita18b87081ef4bba04bc6e2fc81e4185ee8d93942 (patch)
treef471d52c2e014f027b1527bbde092690db981fc7
parentf7174f352c3eed74b88a413a62b8892298aba378 (diff)
downloadaur-a18b87081ef4bba04bc6e2fc81e4185ee8d93942.tar.gz
upgpkg: linux-command-gpt 0.1.2-6
Follow best practices Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03881847dc90..34b38cf0a214 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-command-gpt
pkgdesc = Get Linux commands in natural language with the power of ChatGPT
pkgver = 0.1.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/asrul10/linux-command-gpt
arch = x86_64
arch = aarch64
diff --git a/.gitignore b/.gitignore
index 1dad07c5aff1..a137e308b48c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
+linux-command-gpt/
*.pkg.*
*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 748a527eb6e3..101e335db37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=linux-command-gpt
pkgver=0.1.2
-pkgrel=5
+pkgrel=6
pkgdesc='Get Linux commands in natural language with the power of ChatGPT'
arch=('x86_64' 'aarch64')
url='https://github.com/asrul10/linux-command-gpt'