summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gustaw2023-03-20 14:00:03 +0900
committerDaniel Gustaw2023-03-20 14:00:03 +0900
commit8d24146ce8576e78644cf3a9b1fab38a61a3e90c (patch)
tree6049b50af83bc129bf5e1131974bb9793645e063
parent0d3d719b00976136dc05c361b6dccae20ee9216d (diff)
downloadaur-8d24146ce8576e78644cf3a9b1fab38a61a3e90c.tar.gz
gpt-cli.gnu instead of gpt-c
-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"