summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-04 09:34:17 +0800
committerzxp198210052023-08-04 09:34:17 +0800
commit6b51d1ae5197b7a8eb59926bedbcc43a4d33a4a9 (patch)
treec88ae719b8dc47bb72673f6c6b95192291150406
parent9160a6c2e6fe86f18cbcfa7e25d5c790bcacfa1b (diff)
downloadaur-6b51d1ae5197b7a8eb59926bedbcc43a4d33a4a9.tar.gz
update to 2.5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b8c26684df8..7cf8a16d9336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = dicionario.js-bin
pkgdesc = Simple dictionary in which you record your own words.
- pkgver = 2.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = https://github.com/ArthurLobopro/dicionario.js
arch = x86_64
license = MIT
makedepends = asar
+ depends = bash
depends = electron25
+ provides = dicionario.js
conflicts = dicionario.js
- conflicts = dicionario.js-bin
- source = dicionario.js-2.5.1.deb::https://github.com/ArthurLobopro/dicionario.js/releases/download/v2.5.1/dicionario.js_2.5.1_amd64.deb
+ source = dicionario.js-2.5.2.deb::https://github.com/ArthurLobopro/dicionario.js/releases/download/v2.5.2/dicionario.js_2.5.2_amd64.deb
source = dicionario.js.sh
sha256sums = 9b22c1eb069ae9dad31d1349f2bcfdf328cc92a6771b29b6bf9ee72294737ecb
sha256sums = 1b7e7f3b0230a2aaef8590083d29efe3f9e45074f928c6af173d1d55456f3469
diff --git a/PKGBUILD b/PKGBUILD
index cd137f266c93..96fce869b056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=dicionario.js-bin
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc="Simple dictionary in which you record your own words."
arch=('x86_64')
url="https://github.com/ArthurLobopro/dicionario.js"
license=('MIT')
-conflicts=("${pkgname%-bin}" "${pkgname%-ng-bin}")
-depends=('electron25')
+provides=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}")
+depends=('bash' 'electron25')
makedepends=('asar')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
"${pkgname%-bin}.sh")