From 6edcbed007f73ccca8c88c235197fe26cd8e2faf Mon Sep 17 00:00:00 2001 From: Jay Ta'ala Date: Fri, 13 Dec 2019 08:09:13 +1100 Subject: [PATCH] Update to gitkraken-standalone 6.4.0. Added dependency 'desktop-file-utils' (detected on clean chroot build). --- .SRCINFO | 9 +++++---- .gitignore | 1 + PKGBUILD | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dd3978f68297..1ae4a3703ef5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/.gitignore b/.gitignore index 896f9bf72fa2..fcce3edcedc2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pkg/ src/ gitkraken*.tar* v*.tar.gz* +*.log \ No newline at end of file diff --git a/PKGBUILD b/PKGBUILD index 41dfa9cb0fc3..ce6611649af9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,15 +8,15 @@ # Contributor: William Penton 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'