summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswayz81482024-03-10 08:10:15 +0000
committerswayz81482024-03-10 08:10:15 +0000
commit5c52ae432f3d6b74f662bd0249812bf48efaa32c (patch)
treeeb78e02fbae198519f937fb50032be80f8e786af
parentbb4f4a899694e9f6e79958b7d35be239d13700ca (diff)
downloadaur-5c52ae432f3d6b74f662bd0249812bf48efaa32c.tar.gz
linter fixes
Remove global commands Spelling and grammar fix Remove global commands
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0272fbffe6ab..604badf0d4e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lexido
pkgdesc = Lexido is a smart assistant for the Linux command line, powered by Gemini Pro 1.0.
- pkgver = 1.0.1
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/micr0-dev/lexido
arch = x86_64
license = AGPL3
makedepends = go
depends = glibc
- source = lexido-1.0.1.tar.gz::https://github.com/micr0-dev/lexido/archive/v1.0.1.tar.gz
- sha256sums = b445e6ed387a5b5e71ab285542f5179cd7ab0f84a60ea2e394a99db18eacaa57
+ source = lexido-1.1.tar.gz::https://github.com/micr0-dev/lexido/archive/v1.1.tar.gz
+ sha256sums = 5d19e7ac0e7ed59043e1d2759db38bca64f4c0981404b3fd5adfa478d2bb5547
pkgname = lexido
diff --git a/PKGBUILD b/PKGBUILD
index bfcb1764aa5d..7e6562721f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lexido
-pkgver=1.0.1
+pkgver=1.1
pkgrel=1
pkgdesc="Lexido is a smart assistant for the Linux command line, powered by Gemini Pro 1.0."
arch=("x86_64")
@@ -8,7 +8,7 @@ license=('AGPL3')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/micr0-dev/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b445e6ed387a5b5e71ab285542f5179cd7ab0f84a60ea2e394a99db18eacaa57')
+sha256sums=('5d19e7ac0e7ed59043e1d2759db38bca64f4c0981404b3fd5adfa478d2bb5547')
build() {
cd "$srcdir/$pkgname-$pkgver"