summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Tatarov2023-05-27 17:46:04 +0300
committerBogdan Tatarov2023-05-27 17:46:04 +0300
commita50c1b36ca34a55016fdf663e13c10d73151bb1d (patch)
tree49be882987d90e0680fd611b9729a77d25af8c08
parent1185a25dc92866fc9672c111341cd2096591f37b (diff)
downloadaur-a50c1b36ca34a55016fdf663e13c10d73151bb1d.tar.gz
v0.78b
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f607a155fbf0..1f0b116cba04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = senpai-cli
pkgdesc = BashSenpai is a terminal assistant powered by ChatGPT.
- pkgver = 0.77b
+ pkgver = 0.78b
pkgrel = 1
url = https://github.com/BashSenpai
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = senpai-cli
depends = python-requests
depends = python-toml
provides = senpai
- source = https://github.com/BashSenpai/cli/archive/refs/tags/v0.77b.tar.gz
- sha256sums = 73f8f8c6f79de420c58f441051f6825b2103b5f8ab37b5cef2722b778cce9f68
+ source = https://github.com/BashSenpai/cli/archive/refs/tags/v0.78b.tar.gz
+ sha256sums = f9dbc80578c6c9b5e58b7139f709b8f2cc6f1c8eaf01b3f98a5a82a146bea9e4
pkgname = senpai-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0bcafde095ac..9cb0d55b1f14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=senpai-cli
_appname=senpai
_reponame=cli
-pkgver=0.77b
+pkgver=0.78b
pkgrel=1
pkgdesc='BashSenpai is a terminal assistant powered by ChatGPT.'
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
optdepends=()
provides=('senpai')
source=("https://github.com/BashSenpai/${_reponame}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('73f8f8c6f79de420c58f441051f6825b2103b5f8ab37b5cef2722b778cce9f68')
+sha256sums=('f9dbc80578c6c9b5e58b7139f709b8f2cc6f1c8eaf01b3f98a5a82a146bea9e4')
build() {
cd "${_reponame}-${pkgver}"