Update to gitkraken-standalone 6.4.0. Added dependency 'desktop-file-utils' (detected on clean chroot build).

This commit is contained in:
Jay Ta'ala 2019-12-13 08:09:13 +11:00
parent 49e1470ddf
commit 6edcbed007
3 changed files with 10 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gitkraken-standalone
pkgdesc = Stand-alone version of GitKraken for labs and computers without internet access (requires license file).
pkgver = 6.3.1
pkgrel = 2
pkgver = 6.4.0
pkgrel = 1
url = https://support.gitkraken.com/standalone/standalone/
arch = x86_64
license = custom
@ -10,15 +10,16 @@ pkgbase = gitkraken-standalone
depends = libgnome-keyring
depends = alsa-lib
depends = libxss
depends = desktop-file-utils
optdepends = git-lfs: git-lfs support
provides = gitkraken
conflicts = gitkraken
source = gitkraken-standalone-6.3.1.tar.gz::https://release.axocdn.com/linux-standalone/GitKraken-v6.3.1.tar.gz
source = gitkraken-standalone-6.4.0.tar.gz::https://release.axocdn.com/linux-standalone/GitKraken-v6.4.0.tar.gz
source = GitKraken.desktop
source = gitkraken.png
source = eula.html
source = gitkraken.sh
sha256sums = b097cf8e19e34c618f3c34c38d967fb00cea507dd482bc5d4a372d43bcb14cdc
sha256sums = 3b58aedad591a18fba7b74d749a8a09a21a24c12b7936cf0e5e6a6d84571af36
sha256sums = 81b32ad2fae47fcdf8adb4fdb5c734430ed993f712e75bd62297ae8540fdf889
sha256sums = a2b3551f83bcbe56da961615f066bb736cd15d98e41c93b3b4add0d56606d902
sha256sums = 9566342308bf35b56e626fa1b0d716eb16991712cc43b617c4f0d95e005311d1

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ pkg/
src/
gitkraken*.tar*
v*.tar.gz*
*.log

View file

@ -8,15 +8,15 @@
# Contributor: William Penton <william@penton.us>
pkgname=gitkraken-standalone
pkgrel=2
pkgver=6.3.1
pkgrel=1
pkgver=6.4.0
pkgdesc="Stand-alone version of GitKraken for labs and computers without internet access (requires license file)."
url="https://support.gitkraken.com/standalone/standalone/"
provides=('gitkraken')
conflicts=('gitkraken')
arch=('x86_64')
license=('custom')
depends=('nss' 'libxtst' 'libgnome-keyring' 'alsa-lib' 'libxss')
depends=('nss' 'libxtst' 'libgnome-keyring' 'alsa-lib' 'libxss' 'desktop-file-utils')
optdepends=('git-lfs: git-lfs support')
makedepends=()
backup=()
@ -29,7 +29,7 @@ source=(
"gitkraken.sh"
)
sha256sums=('b097cf8e19e34c618f3c34c38d967fb00cea507dd482bc5d4a372d43bcb14cdc'
sha256sums=('3b58aedad591a18fba7b74d749a8a09a21a24c12b7936cf0e5e6a6d84571af36'
'81b32ad2fae47fcdf8adb4fdb5c734430ed993f712e75bd62297ae8540fdf889'
'a2b3551f83bcbe56da961615f066bb736cd15d98e41c93b3b4add0d56606d902'
'9566342308bf35b56e626fa1b0d716eb16991712cc43b617c4f0d95e005311d1'