summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed63a3c9dbaf..4da545d3f91a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=senpai-cli
_appname=senpai
_reponame=cli
-pkgver=0.82b
+pkgver=1.0
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=('b96c30221d7f26a3c2f67612ac3726d71ab014828e5cb4af26376ad91b40f628')
+sha256sums=('374dbf636aa7219f71bb7711a329e2bc8824efab99f39855c8c6b76cca40206b')
build() {
cd "${_reponame}-${pkgver}"