diff options
author | zxp19821005 | 2023-12-11 17:47:14 +0800 |
---|---|---|
committer | zxp19821005 | 2023-12-11 17:47:14 +0800 |
commit | 5bfc2eb2b5be3009bc451644d89a528ae88a7e93 (patch) | |
tree | ee02b88e20c8f6dd2b3b055e8ded3f4638f56b23 /PKGBUILD | |
parent | ad37419f643f85eb84bdca1af0425510d353097d (diff) | |
download | aur-5bfc2eb2b5be3009bc451644d89a528ae88a7e93.tar.gz |
update to 0.2.12
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.2.11 +pkgver=0.2.12 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=('99bea507a29baf1c6f8e6a4d84567e993f367bf87d31686a77ffe36b30045677') +sha256sums=('cdec1cb0dbd312f8a791813ace2a02b90589b831dfd5ada79bc119c109eb19e0') build() { bsdtar -xf "${srcdir}/data.tar.gz" sed "4i\Comment=${pkgdesc}" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" |