summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-13 11:43:37 +0800
committerzxp198210052023-11-13 11:43:37 +0800
commit4bf7b5c72547259889112ff25373df5c802fa6da (patch)
tree0288c5253c36c04dc97acdebe82814ebb350cecb
parentcf1a5215a2afd4b5d51b6d084cdeef1fa2bd155b (diff)
downloadaur-4bf7b5c72547259889112ff25373df5c802fa6da.tar.gz
update to 2.7.7
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43eda2455917..39e2346519c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = leafview-bin
pkgdesc = A minimalist image viewer based on Leaflet.js and Electron.
- pkgver = 2.7.5
+ pkgver = 2.7.7
pkgrel = 1
url = https://github.com/sprout2000/leafview
arch = x86_64
license = MIT
- depends = bash
depends = electron27
depends = hicolor-icon-theme
- provides = leafview=2.7.5
+ provides = leafview=2.7.7
conflicts = leafview
- source = leafview-2.7.5.deb::https://github.com/sprout2000/leafview/releases/download/v2.7.5/LeafView-2.7.5-linux-amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.7.5/LICENSE.md
+ source = leafview-2.7.7.deb::https://github.com/sprout2000/leafview/releases/download/v2.7.7/LeafView-2.7.7-linux-amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.7.7/LICENSE.md
source = leafview.sh
- sha256sums = 9d4ae0a72ca6a644914e1d57428e0afdfa3b768d24feaffffc1e893c66c780a6
- sha256sums = f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f
+ sha256sums = 5b4817a642844f9ca0eb5ad519ae175ac1707f7e515ab89f2923d09e6d84daaa
+ sha256sums = 4b3f719f299392e326554b41a2c9222419d06dc1ab588ae2fc4ddfdc71fb0bee
sha256sums = 5735f93904fd117683d262d02b68075f1e779cf9130184f3cdfce5875e17e859
pkgname = leafview-bin
diff --git a/PKGBUILD b/PKGBUILD
index f76a4868cd88..f08ded8b532e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.7.5
+pkgver=2.7.7
pkgrel=1
pkgdesc="A minimalist image viewer based on Leaflet.js and Electron."
arch=("x86_64")
@@ -10,7 +10,6 @@ license=('MIT')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- 'bash'
'electron27'
'hicolor-icon-theme'
)
@@ -19,8 +18,8 @@ source=(
"LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh"
)
-sha256sums=('9d4ae0a72ca6a644914e1d57428e0afdfa3b768d24feaffffc1e893c66c780a6'
- 'f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f'
+sha256sums=('5b4817a642844f9ca0eb5ad519ae175ac1707f7e515ab89f2923d09e6d84daaa'
+ '4b3f719f299392e326554b41a2c9222419d06dc1ab588ae2fc4ddfdc71fb0bee'
'5735f93904fd117683d262d02b68075f1e779cf9130184f3cdfce5875e17e859')
build() {
bsdtar -xf "${srcdir}/data.tar.xz"