summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-02-21 13:26:15 +0800
committerzxp198210052024-02-21 13:26:15 +0800
commit0d0175899be70e479e26e9df81ee1e79f10b5caf (patch)
tree68307ca3f3de20c299198588aece7810e0f69365 /PKGBUILD
parentb88ab30306ed350527aca46e879f32cd8d5a4bf0 (diff)
downloadaur-0d0175899be70e479e26e9df81ee1e79f10b5caf.tar.gz
update to 2.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {