diff options
author | zxp19821005 | 2023-12-19 10:18:19 +0800 |
---|---|---|
committer | zxp19821005 | 2023-12-19 10:18:19 +0800 |
commit | 9c5d3da33d9aec00611be9305e8111e162c7b61a (patch) | |
tree | 322ffbb78327372c2bec2c23bbe2b800a5d52407 /PKGBUILD | |
parent | 0f49d6428336c8136f4b9f98ebd5aced4ed501f2 (diff) | |
download | aur-9c5d3da33d9aec00611be9305e8111e162c7b61a.tar.gz |
update to 0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> # contributor: Asuka Minato <asukaminato at nyan dot eu dot org> pkgname=open-ai-translator-bin -pkgver=0.3.4 +pkgver=0.3.5 pkgrel=1 pkgdesc="基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API." arch=('x86_64') @@ -29,7 +29,7 @@ depends=( source=( "${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb" ) -sha256sums=('8aa10d2871c16f07d367bc83c66d1939329af5de07ab2f7f6491d419300bd35a') +sha256sums=('2c9db2d868a61d0e1d14af451f1a8050dea6aa6cc8fa5757fc9b313c25994ab9') build() { bsdtar -xf "${srcdir}/data.tar.gz" sed "4i\Comment=${pkgdesc}" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" |