mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Removed unneeded dependency.
This commit is contained in:
parent
54f6688183
commit
ec41afb302
2 changed files with 3 additions and 4 deletions
3
.SRCINFO
3
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue