diff --git a/.SRCINFO b/.SRCINFO index 279ee36556db..87319cdc0591 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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.3.2 + pkgver = 1.4.0 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.3.2.AppImage::https://github.com/kaishuu0123/text-diff-view/releases/download/v1.3.2/text-diff-view-1.3.2.AppImage - source = LICENSE-1.3.2::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v1.3.2/LICENSE + 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.sh - sha256sums = e76287acf7017cd605952de6564f1407fd68c28e1a1815075b2141e5f6b98d38 + sha256sums = 7af6aaac0ce0a4931f5119f8dac4c9c763a805e7964cbcb2f7487e54a898696c sha256sums = 2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 diff --git a/PKGBUILD b/PKGBUILD index 5d48a43a9772..d8ec9b76ca90 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: zxp19821005 pkgname=text-diff-view-bin _pkgname="Text Diff View" -pkgver=1.3.2 +pkgver=1.4.0 _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=('e76287acf7017cd605952de6564f1407fd68c28e1a1815075b2141e5f6b98d38' +sha256sums=('7af6aaac0ce0a4931f5119f8dac4c9c763a805e7964cbcb2f7487e54a898696c' '2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') build() { @@ -36,6 +36,7 @@ build() { chmod a+x "${srcdir}/${pkgname%-bin}-${pkgver}.AppImage" "${srcdir}/${pkgname%-bin}-${pkgver}.AppImage" --appimage-extract > /dev/null sed -i "s/AppRun --no-sandbox/${pkgname%-bin}/g" "${srcdir}/squashfs-root/${pkgname%-bin}.desktop" + find "${srcdir}/squashfs-root/resources" -type d -exec chmod 755 {} + } package() { install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}" @@ -44,4 +45,4 @@ package() { 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/${pkgname%-bin}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop" install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} +} \ No newline at end of file