update to 1.4.1

This commit is contained in:
zxp19821005 2024-11-13 12:43:10 +08:00
parent a2761fe056
commit f2efefcf71
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = text-diff-view-bin
pkgdesc = Multi-platform text diff (text comparison) view electron app and web. Text-only.(Prebuilt version.Use system-wide electron)
pkgver = 1.4.0
pkgver = 1.4.1
pkgrel = 1
url = https://sandbox.saino.me/text-diff-view/
arch = x86_64
@ -8,10 +8,10 @@ pkgbase = text-diff-view-bin
makedepends = fuse2
depends = electron31
conflicts = text-diff-view
source = text-diff-view-1.4.0.AppImage::https://github.com/kaishuu0123/text-diff-view/releases/download/v1.4.0/text-diff-view-1.4.0.AppImage
source = LICENSE-1.4.0::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v1.4.0/LICENSE
source = text-diff-view-1.4.1.AppImage::https://github.com/kaishuu0123/text-diff-view/releases/download/v1.4.1/text-diff-view-1.4.1.AppImage
source = LICENSE-1.4.1::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v1.4.1/LICENSE
source = text-diff-view.sh
sha256sums = 7af6aaac0ce0a4931f5119f8dac4c9c763a805e7964cbcb2f7487e54a898696c
sha256sums = 820d32ee3268582a79e6c19c8bccf9d18745145c8aee6e3a886673e6879fbdf7
sha256sums = 2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980

View file

@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=text-diff-view-bin
_pkgname="Text Diff View"
pkgver=1.4.0
pkgver=1.4.1
_electronversion=31
pkgrel=1
pkgdesc="Multi-platform text diff (text comparison) view electron app and web. Text-only.(Prebuilt version.Use system-wide electron)"
@ -22,7 +22,7 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
sha256sums=('7af6aaac0ce0a4931f5119f8dac4c9c763a805e7964cbcb2f7487e54a898696c'
sha256sums=('820d32ee3268582a79e6c19c8bccf9d18745145c8aee6e3a886673e6879fbdf7'
'2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b'
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
build() {
@ -42,7 +42,7 @@ package() {
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
install -Dm644 "${srcdir}/squashfs-root/resources/app.asar" -t "${pkgdir}/usr/lib/${pkgname%-bin}"
cp -Pr --no-preserve=ownership "${srcdir}/squashfs-root/resources/app.asar.unpacked" "${pkgdir}/usr/lib/${pkgname%-bin}"
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/0x0/apps/${pkgname%-bin}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/512x512/apps/${pkgname%-bin}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
install -Dm644 "${srcdir}/squashfs-root/${pkgname%-bin}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
}