From ec41afb30238430e8602cfcea0d0bf33bfb24317 Mon Sep 17 00:00:00 2001 From: Jay Ta'ala Date: Sat, 11 Jan 2020 09:12:32 +1100 Subject: [PATCH] Removed unneeded dependency. --- .SRCINFO | 3 +-- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 32fdb7d292d5..3aa7583ec972 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.4.1 - pkgrel = 1 + pkgrel = 2 url = https://support.gitkraken.com/standalone/standalone/ arch = x86_64 license = custom @@ -10,7 +10,6 @@ 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 diff --git a/PKGBUILD b/PKGBUILD index 5b0ccc2f7211..43fbae94c987 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ # Contributor: William Penton pkgname=gitkraken-standalone -pkgrel=1 +pkgrel=2 pkgver=6.4.1 pkgdesc="Stand-alone version of GitKraken for labs and computers without internet access (requires license file)." url="https://support.gitkraken.com/standalone/standalone/" @@ -16,7 +16,7 @@ provides=('gitkraken') conflicts=('gitkraken') arch=('x86_64') license=('custom') -depends=('nss' 'libxtst' 'libgnome-keyring' 'alsa-lib' 'libxss' 'desktop-file-utils') +depends=('nss' 'libxtst' 'libgnome-keyring' 'alsa-lib' 'libxss') optdepends=('git-lfs: git-lfs support') makedepends=() backup=()