summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-10-25 15:02:27 +0800
committerzxp198210052024-10-25 15:02:27 +0800
commit3fe1896eaad2b35ba6692eea6815b7b5bfca2a0c (patch)
treeceb22bd66ab90f21f5ae2df5a0774b540d1f356d /PKGBUILD
parent5ef30e224296a1e2fb0d119e894a1fa7ee3b9b21 (diff)
downloadaur-shibuya-bin.tar.gz
update to 0.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 314a0cbd48bc..6ea1a3a97b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=shibuya-bin
_pkgname=Shibuya
-pkgver=0.2.7
+pkgver=0.2.8
_electronversion=32
pkgrel=1
pkgdesc="A project built Electron + React.js, to dig out the potential of cross platform AI completion.Prebuilt version.Use system-wide electron."
@@ -21,7 +21,7 @@ source=(
"${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage"
"${pkgname%-bin}.sh"
)
-sha256sums=('da5d2d9b98ad20bf3db97b1f0fb5ebfa5197aeef96683cad771d02d7cbef23c5'
+sha256sums=('94097279c1125a124e654e078388d2cc7fd87f01dc98d01b1acdcd70790d1801'
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
build() {
sed -e "
@@ -43,4 +43,4 @@ package() {
cp -Pr --no-preserve=ownership "${srcdir}/squashfs-root/resources/app.asar.unpacked" "${pkgdir}/usr/lib/${pkgname%-bin}"
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/512x512/apps/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"
install -Dm644 "${srcdir}/squashfs-root/${pkgname%-bin}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
-} \ No newline at end of file
+}