mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
update to 1.4.4
This commit is contained in:
parent
5865822824
commit
92012c7320
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
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.4
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://sandbox.saino.me/text-diff-view/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = text-diff-view-bin
|
|||
source = text-diff-view-1.4.4-x86_64.AppImage::https://github.com/kaishuu0123/text-diff-view/releases/download/v1.4.4/text-diff-view-1.4.4.AppImage
|
||||
source = LICENSE-1.4.4::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v1.4.4/LICENSE
|
||||
source = text-diff-view.sh
|
||||
sha256sums = 6f784c520b76d8293a53801476aec411864796a666ac0d690559fb046778e49d
|
||||
sha256sums = a984aae19f043cd2ef14d717bcea4e1b6f8cf0ace8ff31aa4d853ee19ce1ed2a
|
||||
sha256sums = 2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b
|
||||
sha256sums = 31ad33b633744f5361abd964be306cea53ae1050e760c787115f7eca60045ae6
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@ pkgname=text-diff-view-bin
|
|||
_pkgname='Text Diff View'
|
||||
pkgver=1.4.4
|
||||
_electronversion=40
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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/"
|
||||
|
|
@ -19,7 +19,7 @@ source=(
|
|||
"LICENSE-${pkgver}::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v${pkgver}/LICENSE"
|
||||
"${pkgname%-bin}.sh"
|
||||
)
|
||||
sha256sums=('6f784c520b76d8293a53801476aec411864796a666ac0d690559fb046778e49d'
|
||||
sha256sums=('a984aae19f043cd2ef14d717bcea4e1b6f8cf0ace8ff31aa4d853ee19ce1ed2a'
|
||||
'2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b'
|
||||
'31ad33b633744f5361abd964be306cea53ae1050e760c787115f7eca60045ae6')
|
||||
_get_electron_version() {
|
||||
|
|
@ -52,4 +52,4 @@ package() {
|
|||
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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue