Removed unneeded dependency.

This commit is contained in:
Jay Ta'ala 2020-01-11 09:12:32 +11:00
parent 54f6688183
commit ec41afb302
2 changed files with 3 additions and 4 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.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

View file

@ -8,7 +8,7 @@
# Contributor: William Penton <william@penton.us>
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=()