summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-12 11:59:51 +0800
committerzxp198210052024-04-12 11:59:51 +0800
commitccff15ba26bd2ca6049ad5cfdfb8916c3eae3655 (patch)
treee71d62a4c6ed5a22b4faa984d4bc34dbf7ad6e11
parent36e73452de69e42ddf8934424dec533233dada4b (diff)
downloadaur-ccff15ba26bd2ca6049ad5cfdfb8916c3eae3655.tar.gz
update to 2.9.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9fd7f2cbd2b..7a3af8f50d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = leafview-bin
pkgdesc = A minimalist image viewer based on Leaflet.js and Electron.
- pkgver = 2.9.2
- pkgrel = 2
+ pkgver = 2.9.3
+ pkgrel = 1
url = https://github.com/sprout2000/leafview
arch = x86_64
license = MIT
depends = electron29
- provides = leafview=2.9.2
+ provides = leafview=2.9.3
conflicts = leafview
- source = leafview-2.9.2.deb::https://github.com/sprout2000/leafview/releases/download/v2.9.2/LeafView-2.9.2-linux-amd64.deb
- source = LICENSE-2.9.2.md::https://raw.githubusercontent.com/sprout2000/leafview/v2.9.2/LICENSE.md
+ source = leafview-2.9.3.deb::https://github.com/sprout2000/leafview/releases/download/v2.9.3/LeafView-2.9.3-linux-amd64.deb
+ source = LICENSE-2.9.3.md::https://raw.githubusercontent.com/sprout2000/leafview/v2.9.3/LICENSE.md
source = leafview.sh
- sha256sums = 017ff883b9c485889033601af784a48b6df495eb293a139f5bcbcea4cf92f913
+ sha256sums = 5088ba70595ec5841206dbef63854e594f3816b4589753dbeb8167190a80fada
sha256sums = 17db9845cf37bf3bd6b48095f3c87e40d25f3b48d4d0c38c2e740d45f024e56e
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
diff --git a/PKGBUILD b/PKGBUILD
index 2b950a97d1db..790485fbc1b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.9.2
+pkgver=2.9.3
_electronversion=29
-pkgrel=2
+pkgrel=1
pkgdesc="A minimalist image viewer based on Leaflet.js and Electron."
arch=("x86_64")
url="https://github.com/sprout2000/leafview"
@@ -18,7 +18,7 @@ source=(
"LICENSE-${pkgver}.md::https://raw.githubusercontent.com/sprout2000/leafview/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh"
)
-sha256sums=('017ff883b9c485889033601af784a48b6df495eb293a139f5bcbcea4cf92f913'
+sha256sums=('5088ba70595ec5841206dbef63854e594f3816b4589753dbeb8167190a80fada'
'17db9845cf37bf3bd6b48095f3c87e40d25f3b48d4d0c38c2e740d45f024e56e'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {