summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawdaniel2023-03-22 03:36:02 +0000
committergustawdaniel2023-03-22 03:36:02 +0000
commite74c89ef4bd4662f7a39ffaf827e9b4fde41b392 (patch)
tree07361b26823b175db47be233eebf44443c1b0559
parent8d24146ce8576e78644cf3a9b1fab38a61a3e90c (diff)
downloadaur-e74c89ef4bd4662f7a39ffaf827e9b4fde41b392.tar.gz
Release 0.0.17-5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 303b04bc0395..9b5c5d869bb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gpt-cli
pkgdesc = Run linux commands with natural language. Eg 'show my graphic card' instead 'lspci | grep VGA'
- pkgver = 0.0.16
- pkgrel = 4
+ pkgver = 0.0.17
+ pkgrel = 5
url = https://github.com/gustawdaniel/gpt-cli
arch = x86_64
license = MIT
depends = xorg-server-devel
depends = libxcb
- source_x86_64 = https://github.com/gustawdaniel/gpt-cli/releases/download/v0.0.16/gpt-cli.gnu
- sha512sums_x86_64 = f5928d437a5bd6b26a74ac1274e7f1debb66def517bd89f0d8e39900f2ad2d60cc306302403d3286326e5d057b25a9b2a394564203f8a5a5061ce03809082004
+ source_x86_64 = https://github.com/gustawdaniel/gpt-cli/releases/download/v0.0.17/gpt-cli.gnu
+ sha512sums_x86_64 = ffe7fd8479450d0df164e73e7c760be624ffa6fe2f96463ccf0a31f103177e5974dcf2160a9425e5b8218bb84e258c415f9b5419072cbe26b698e1cc20c43d30
pkgname = gpt-cli
diff --git a/PKGBUILD b/PKGBUILD
index b11040cf1ebe..5ae5b6ed19ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=gpt-cli
-pkgver=0.0.16
-pkgrel=4
+pkgver=0.0.17
+pkgrel=5
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"
license=('MIT')
depends=('xorg-server-devel' 'libxcb')
options=()
-source_x86_64=("https://github.com/gustawdaniel/gpt-cli/releases/download/v0.0.16/gpt-cli.gnu")
-sha512sums_x86_64=('f5928d437a5bd6b26a74ac1274e7f1debb66def517bd89f0d8e39900f2ad2d60cc306302403d3286326e5d057b25a9b2a394564203f8a5a5061ce03809082004')
+source_x86_64=("https://github.com/gustawdaniel/gpt-cli/releases/download/v0.0.17/gpt-cli.gnu")
+sha512sums_x86_64=('ffe7fd8479450d0df164e73e7c760be624ffa6fe2f96463ccf0a31f103177e5974dcf2160a9425e5b8218bb84e258c415f9b5419072cbe26b698e1cc20c43d30')
package() {
# Install the binary
@@ -17,4 +17,3 @@ install -Dm755 "$srcdir/gpt-cli.gnu" "$pkgdir/usr/bin/gpt-cli"
# Create a symbolic link
ln -s "/usr/bin/gpt-cli" "$pkgdir/usr/bin/p"
}
-