Skip to content

Commit

Permalink
update to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zxp19821005 committed Nov 13, 2024
1 parent 7369a35 commit fb09869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions text-diff-view-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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)"
Expand All @@ -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() {
Expand All @@ -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"
}
}

0 comments on commit fb09869

Please sign in to comment.