summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-11-08 01:40:34 +0800
committerzxp198210052024-11-08 01:40:34 +0800
commita5f8e150404b541c89ef37e84c1a3ee7e86ae4a8 (patch)
tree977cdb00d0438d4979cad0a261ffde5192d87f5e
parent62f9b8151beede1d76f0e1a1f51f2619b242bf3c (diff)
downloadaur-a5f8e150404b541c89ef37e84c1a3ee7e86ae4a8.tar.gz
update to 1.3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce5d3f8ffc7..279ee36556db 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.1
+ pkgdesc = Multi-platform text diff (text comparison) view electron app and web. Text-only.(Prebuilt version.Use system-wide electron)
+ pkgver = 1.3.2
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.1.AppImage::https://github.com/kaishuu0123/text-diff-view/releases/download/v1.3.1/text-diff-view-1.3.0.AppImage
- source = LICENSE-1.3.1::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v1.3.1/LICENSE
+ 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.sh
- sha256sums = 7a4e4b6d5d3ff6c0116457e43b1365e1a108cced858ff0519c09d535a944e82f
+ sha256sums = e76287acf7017cd605952de6564f1407fd68c28e1a1815075b2141e5f6b98d38
sha256sums = 2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980
diff --git a/PKGBUILD b/PKGBUILD
index e4be8909eab9..5d48a43a9772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=text-diff-view-bin
_pkgname="Text Diff View"
-pkgver=1.3.1
+pkgver=1.3.2
_electronversion=31
pkgrel=1
-pkgdesc="Multi-platform text diff (text comparison) view electron app and web. Text-only.(Prebuilt version.Use system-wide electron.)"
+pkgdesc="Multi-platform text diff (text comparison) view electron app and web. Text-only.(Prebuilt version.Use system-wide electron)"
arch=('x86_64')
url="https://sandbox.saino.me/text-diff-view/"
_ghurl="https://github.com/kaishuu0123/text-diff-view"
@@ -18,11 +18,11 @@ makedepends=(
'fuse2'
)
source=(
- "${pkgname%-bin}-${pkgver}.AppImage::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}-1.3.0.AppImage"
+ "${pkgname%-bin}-${pkgver}.AppImage::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}.AppImage"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('7a4e4b6d5d3ff6c0116457e43b1365e1a108cced858ff0519c09d535a944e82f'
+sha256sums=('e76287acf7017cd605952de6564f1407fd68c28e1a1815075b2141e5f6b98d38'
'2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b'
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
build() {
@@ -44,4 +44,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
+}