summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a27dccfb28d..303b04bc0395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gpt-cli
pkgdesc = Run linux commands with natural language. Eg 'show my graphic card' instead 'lspci | grep VGA'
pkgver = 0.0.16
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/gustawdaniel/gpt-cli
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8edd66ed1d3c..b11040cf1ebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=gpt-cli
pkgver=0.0.16
-pkgrel=3
+pkgrel=4
pkgdesc="Run linux commands with natural language. Eg 'show my graphic card' instead 'lspci | grep VGA'"
arch=('x86_64')
url="https://github.com/gustawdaniel/gpt-cli"