mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
update to fix errors
This commit is contained in:
parent
dd3fe1297b
commit
370eb2d377
2 changed files with 6 additions and 5 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,12 +1,13 @@
|
|||
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.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://sandbox.saino.me/text-diff-view/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = fuse2
|
||||
depends = electron31
|
||||
provides = text-diff-view=1.4.3
|
||||
conflicts = text-diff-view
|
||||
source = text-diff-view-1.4.3.AppImage::https://github.com/kaishuu0123/text-diff-view/releases/download/v1.4.3/text-diff-view-1.4.3.AppImage
|
||||
source = LICENSE-1.4.3::https://raw.githubusercontent.com/kaishuu0123/text-diff-view/v1.4.3/LICENSE
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,14 +3,14 @@ pkgname=text-diff-view-bin
|
|||
_pkgname="Text Diff View"
|
||||
pkgver=1.4.3
|
||||
_electronversion=31
|
||||
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/"
|
||||
_ghurl="https://github.com/kaishuu0123/text-diff-view"
|
||||
license=('MIT')
|
||||
conflicts=("${pkgname%-bin}")
|
||||
prodives=("${pkgname%-bin}=${pkgver}")
|
||||
provides=("${pkgname%-bin}=${pkgver}")
|
||||
depends=(
|
||||
"electron${_electronversion}"
|
||||
)
|
||||
|
|
@ -25,7 +25,7 @@ source=(
|
|||
sha256sums=('65935b143719c7554874abe44f3297f9a903b0a9f268d96901b3eb2efd0c2511'
|
||||
'2db6d2f8319742e183737299159ca2a72096629542c080492f13770b7d305c3b'
|
||||
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
|
||||
build() {
|
||||
prepare() {
|
||||
sed -e "
|
||||
s/@electronversion@/${_electronversion}/g
|
||||
s/@appname@/${pkgname%-bin}/g
|
||||
|
|
@ -45,4 +45,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