summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-28 10:59:25 +0800
committerzxp198210052023-09-28 10:59:25 +0800
commitb3b23cdfc21fe5fbda137d0835c77eadb38e12c5 (patch)
tree02361f84b31dd1c56ba7e4b27b4942cbf720cf28
parent9fdc28b172698e3313c312e82958c3b7dbf9aa28 (diff)
downloadaur-b3b23cdfc21fe5fbda137d0835c77eadb38e12c5.tar.gz
update to 2.6.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60c38f417175..59e9b63d2222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = leafview-bin
pkgdesc = A minimalist image viewer based on Leaflet.js and Electron.
- pkgver = 2.6.3
+ pkgver = 2.6.4
pkgrel = 1
url = https://github.com/sprout2000/leafview
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = leafview-bin
depends = bash
depends = electron26
depends = hicolor-icon-theme
- provides = leafview=2.6.3
+ provides = leafview=2.6.4
conflicts = leafview
- source = leafview-2.6.3.deb::https://github.com/sprout2000/leafview/releases/download/v2.6.3/LeafView-2.6.3-linux-amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.6.3/LICENSE.md
+ source = leafview-2.6.4.deb::https://github.com/sprout2000/leafview/releases/download/v2.6.4/LeafView-2.6.4-linux-amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.6.4/LICENSE.md
source = leafview.sh
- sha256sums = be7993cd8ae0418588044bde80bb7117dba9f52c2ad3e2216fbdb7b1eb82fe31
+ sha256sums = 1f320978ca10ca9bdfe70f28453d1156a109ffa761a82e526ce1c151db78cea5
sha256sums = f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f
sha256sums = f82f53478b857c64d80fdbf56e24b9abef7961b13b60dd67a926a326b3934c33
diff --git a/PKGBUILD b/PKGBUILD
index e2cdf930c0a1..412ebed53b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.6.3
+pkgver=2.6.4
pkgrel=1
pkgdesc="A minimalist image viewer based on Leaflet.js and Electron."
arch=("x86_64")
@@ -13,7 +13,7 @@ depends=('bash' 'electron26' 'hicolor-icon-theme')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb"
"LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v${pkgver}/LICENSE.md"
"${pkgname%-bin}.sh")
-sha256sums=('be7993cd8ae0418588044bde80bb7117dba9f52c2ad3e2216fbdb7b1eb82fe31'
+sha256sums=('1f320978ca10ca9bdfe70f28453d1156a109ffa761a82e526ce1c151db78cea5'
'f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f'
'f82f53478b857c64d80fdbf56e24b9abef7961b13b60dd67a926a326b3934c33')
build() {