summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-04 09:31:17 +0800
committerzxp198210052023-07-04 09:31:17 +0800
commit0ab15a87461ac377bdafefaaa1d11cd0a8a1bbd1 (patch)
treec0b979e6b32b0a9420dc9bf1c617fcaa3123b1d9
parentf639a9ef381449dfa01a7f8afe59b70102304102 (diff)
downloadaur-0ab15a87461ac377bdafefaaa1d11cd0a8a1bbd1.tar.gz
update to 2.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38153f9feedc..7bbd4b73dec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dicionario.js-bin
pkgdesc = Simple dictionary in which you record your own words.
- pkgver = 2.3.1
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/ArthurLobopro/dicionario.js
arch = x86_64
@@ -31,9 +31,9 @@ pkgbase = dicionario.js-bin
depends = expat
conflicts = dicionario.js
conflicts = dicionario.js-bin
- source = dicionario.js-2.3.1.deb::https://github.com/ArthurLobopro/dicionario.js/releases/download/v2.3.1/dicionario.js_2.3.1_amd64.deb
+ source = dicionario.js-2.3.3.deb::https://github.com/ArthurLobopro/dicionario.js/releases/download/v2.3.3/dicionario.js_2.3.3_amd64.deb
source = LICENSE::https://raw.githubusercontent.com/ArthurLobopro/dicionario.js/main/LICENSE
- sha256sums = 668d8b6f5ac514263fb814755d7c49c0541ace9938517e0950a8cc2d743f9718
- sha256sums = 08b5d8040de362bf504006f6f6c1699130fa365344de6c325d5c481279e285b4
+ sha256sums = d495f71d2019c7e44c8fa16b64d1cb9dfbae04411fc5c86ca4eed491a183351a
+ sha256sums = c898d2875697b8ed803b6f18c641a194614b29c26c638eb8135398bc80255e26
pkgname = dicionario.js-bin
diff --git a/PKGBUILD b/PKGBUILD
index aae000bafe23..e3dd4492dec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=dicionario.js-bin
-pkgver=2.3.1
+pkgver=2.3.3
pkgrel=1
pkgdesc="Simple dictionary in which you record your own words."
arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('nss' 'nodejs' 'nspr' 'gtk3' 'glibc' 'alsa-lib' 'libxcomposite' 'mesa'
'pango' 'libxext' 'gcc-libs' 'libx11' 'libxfixes' 'libxkbcommon' 'glib2' 'libxdamage' 'libdrm' 'dbus' 'libcups' 'expat')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
"LICENSE::https://raw.githubusercontent.com/ArthurLobopro/dicionario.js/main/LICENSE")
-sha256sums=('668d8b6f5ac514263fb814755d7c49c0541ace9938517e0950a8cc2d743f9718'
- '08b5d8040de362bf504006f6f6c1699130fa365344de6c325d5c481279e285b4')
+sha256sums=('d495f71d2019c7e44c8fa16b64d1cb9dfbae04411fc5c86ca4eed491a183351a'
+ 'c898d2875697b8ed803b6f18c641a194614b29c26c638eb8135398bc80255e26')
package() {
bsdtar -xf "${srcdir}/data.tar.zst" -C "${pkgdir}"