summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-06-26 11:34:27 +0800
committerzxp198210052023-06-26 11:34:27 +0800
commitf598ec146fe75b728c808fd04180acbf8ada375b (patch)
treee98e7c3ee173b51dc26eac10bea6f65a3bfe1d42
parente52cbf68143a8b2ee5168fd7ae44dab768f5c4d5 (diff)
downloadaur-f598ec146fe75b728c808fd04180acbf8ada375b.tar.gz
update to 2.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c330a55146e..303500c3b80f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = dicionario.js-bin
pkgdesc = Simple dictionary in which you record your own words.
- pkgver = 2.1.2
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/ArthurLobopro/dicionario.js
arch = x86_64
license = MIT
- makedepends = gendesk
depends = nss
depends = nodejs
depends = nspr
@@ -32,11 +31,9 @@ pkgbase = dicionario.js-bin
depends = expat
conflicts = dicionario.js
conflicts = dicionario.js-bin
- noextract = dicionario.js-2.1.2.zip
- options = !strip
- source = dicionario.js-2.1.2.deb::https://github.com/ArthurLobopro/dicionario.js/releases/download/v2.1.2/dicionario.js_2.1.2_amd64.deb
+ source = dicionario.js-2.3.0.deb::https://github.com/ArthurLobopro/dicionario.js/releases/download/v2.3.0/dicionario.js_2.3.0_amd64.deb
source = LICENSE::https://raw.githubusercontent.com/ArthurLobopro/dicionario.js/main/LICENSE
- sha256sums = 01b4fd9d89a656a7c97bbb18f598aea6a86724cadbfce17a33ab0e50a263c481
+ sha256sums = 00c167d63bf6e900cd34d23fd3469a56af42f40ad7ae5009ba076447dac21bb7
sha256sums = c898d2875697b8ed803b6f18c641a194614b29c26c638eb8135398bc80255e26
pkgname = dicionario.js-bin
diff --git a/PKGBUILD b/PKGBUILD
index ac61e8fe6e6c..f703fc62d4f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=dicionario.js-bin
-pkgver=2.1.2
+pkgver=2.3.0
pkgrel=1
pkgdesc="Simple dictionary in which you record your own words."
arch=('x86_64')
@@ -9,12 +9,9 @@ license=('MIT')
conflicts=("${pkgname%-bin}" "${pkgname%-ng-bin}")
depends=('nss' 'nodejs' 'nspr' 'gtk3' 'glibc' 'alsa-lib' 'libxcomposite' 'mesa' 'libxrandr' 'cairo' 'libxcb' 'at-spi2-core' \
'pango' 'libxext' 'gcc-libs' 'libx11' 'libxfixes' 'libxkbcommon' 'glib2' 'libxdamage' 'libdrm' 'dbus' 'libcups' 'expat')
-makedepends=('gendesk')
-options=(!strip)
-noextract=("${pkgname%-bin}-${pkgver}.zip")
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=('01b4fd9d89a656a7c97bbb18f598aea6a86724cadbfce17a33ab0e50a263c481'
+sha256sums=('00c167d63bf6e900cd34d23fd3469a56af42f40ad7ae5009ba076447dac21bb7'
'c898d2875697b8ed803b6f18c641a194614b29c26c638eb8135398bc80255e26')
package() {