summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'