mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Remove libxss
gitkraken W: Dependency included and not needed ('libxss')
This commit is contained in:
parent
424ee6a03e
commit
a67cb85766
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -6,7 +6,6 @@ pkgbase = gitkraken
|
|||
arch = x86_64
|
||||
license = custom
|
||||
depends = nss
|
||||
depends = libxss
|
||||
depends = gtk3
|
||||
depends = libsecret
|
||||
depends = libxkbfile
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -16,7 +16,7 @@ url="https://www.gitkraken.com/"
|
|||
provides=('gitkraken')
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
depends=('nss' 'libxss' 'gtk3' 'libsecret' 'libxkbfile')
|
||||
depends=('nss' 'gtk3' 'libsecret' 'libxkbfile')
|
||||
optdepends=('git-lfs: git-lfs support'
|
||||
'org.freedesktop.secrets: Provides ways to store passwords and encryption keys')
|
||||
makedepends=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue