summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ebb9107b43d..b4c6d0d8af9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = leafview-bin
pkgdesc = A minimalist image viewer based on Leaflet.js and Electron.
- pkgver = 2.8.6
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/sprout2000/leafview
arch = x86_64
license = MIT
- depends = electron28
+ depends = electron29
depends = hicolor-icon-theme
- provides = leafview=2.8.6
+ provides = leafview=2.9.0
conflicts = leafview
- source = leafview-2.8.6.deb::https://github.com/sprout2000/leafview/releases/download/v2.8.6/LeafView-2.8.6-linux-amd64.deb
- source = LICENSE-2.8.6.md::https://raw.githubusercontent.com/sprout2000/leafview/v2.8.6/LICENSE.md
+ source = leafview-2.9.0.deb::https://github.com/sprout2000/leafview/releases/download/v2.9.0/LeafView-2.9.0-linux-amd64.deb
+ source = LICENSE-2.9.0.md::https://raw.githubusercontent.com/sprout2000/leafview/v2.9.0/LICENSE.md
source = leafview.sh
- sha256sums = 16a03cdeed588bae4a95f5ab9d7ed9e24e71ec048ba9091cfd1072ee51d5ac16
+ sha256sums = 256b9ec8f45b27a973698f679391b6014e1a1fd0d1cd40c04fd72ab815134f3b
sha256sums = 17db9845cf37bf3bd6b48095f3c87e40d25f3b48d4d0c38c2e740d45f024e56e
sha256sums = 0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014
diff --git a/PKGBUILD b/PKGBUILD
index 810b6cf9a0b8..b6f431bc385c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.8.6
-_electronversion=28
+pkgver=2.9.0
+_electronversion=29
pkgrel=1
pkgdesc="A minimalist image viewer based on Leaflet.js and Electron."
arch=("x86_64")
@@ -19,7 +19,7 @@ source=(
"LICENSE-${pkgver}.md::https://raw.githubusercontent.com/sprout2000/leafview/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh"
)
-sha256sums=('16a03cdeed588bae4a95f5ab9d7ed9e24e71ec048ba9091cfd1072ee51d5ac16'
+sha256sums=('256b9ec8f45b27a973698f679391b6014e1a1fd0d1cd40c04fd72ab815134f3b'
'17db9845cf37bf3bd6b48095f3c87e40d25f3b48d4d0c38c2e740d45f024e56e'
'0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014')
build() {
@@ -27,7 +27,7 @@ build() {
-e "s|@appname@|${pkgname%-bin}|g" \
-e "s|@runname@|app.asar|g" \
-i "${srcdir}/${pkgname%-bin}.sh"
- bsdtar -xf "${srcdir}/data.tar.xz"
+ bsdtar -xf "${srcdir}/data."*
sed "s|/opt/${_pkgname}/${pkgname%-bin}|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
}
package() {