summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-10-19 09:49:12 +0800
committerzxp198210052023-10-19 09:49:12 +0800
commit484bfcde3f5c73f0b46921820e8ce71c04460948 (patch)
tree75d705eeb8c25fc3540cd0e4a5e0cc74f03bd0e9
parent9d14a62c250d46ee6a797a129cdb52a2869d6cc8 (diff)
downloadaur-484bfcde3f5c73f0b46921820e8ce71c04460948.tar.gz
update to 2.7.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd2c992b9d5..16cc596629d2 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.7.1
+ pkgver = 2.7.2
pkgrel = 1
url = https://github.com/sprout2000/leafview
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = leafview-bin
depends = bash
depends = electron27
depends = hicolor-icon-theme
- provides = leafview=2.7.1
+ provides = leafview=2.7.2
conflicts = leafview
- source = leafview-2.7.1.deb::https://github.com/sprout2000/leafview/releases/download/v2.7.1/LeafView-2.7.1-linux-amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.7.1/LICENSE.md
+ source = leafview-2.7.2.deb::https://github.com/sprout2000/leafview/releases/download/v2.7.2/LeafView-2.7.2-linux-amd64.deb
+ source = LICENSE::https://raw.githubusercontent.com/sprout2000/leafview/v2.7.2/LICENSE.md
source = leafview.sh
- sha256sums = 532f1c79514dae8690a75821d7f3955dbee63a30ffe8996d65b9f87e4b36205d
+ sha256sums = 20bf172489fa63d648488359ed692e7b822df9f1cff81c2e1108b2ab8662abe8
sha256sums = f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f
sha256sums = 7db08f9d379e88437338bef85f056ec85be9ce542536529540d06a3fa2ffaa5b
diff --git a/PKGBUILD b/PKGBUILD
index 7134938d10fc..df6486276c28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=leafview-bin
_pkgname=LeafView
-pkgver=2.7.1
+pkgver=2.7.2
pkgrel=1
pkgdesc="A minimalist image viewer based on Leaflet.js and Electron."
arch=("x86_64")
@@ -13,7 +13,7 @@ depends=('bash' 'electron27' '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=('532f1c79514dae8690a75821d7f3955dbee63a30ffe8996d65b9f87e4b36205d'
+sha256sums=('20bf172489fa63d648488359ed692e7b822df9f1cff81c2e1108b2ab8662abe8'
'f172a0a7953ce3cda2b0cb38f6a3d28e7dfa9824a8c62de981520af32b9c138f'
'7db08f9d379e88437338bef85f056ec85be9ce542536529540d06a3fa2ffaa5b')
build() {