mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:29:51 +01:00
Add mising libxss package
This commit is contained in:
parent
b935ff27fe
commit
041f41de36
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = gitkraken
|
||||
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
|
||||
pkgver = 2.4.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.gitkraken.com/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
@ -13,6 +13,7 @@ pkgbase = gitkraken
|
|||
depends = gconf
|
||||
depends = alsa-lib
|
||||
depends = libcurl-openssl-1.0
|
||||
depends = libxss
|
||||
provides = gitkraken
|
||||
source = https://release.gitkraken.com/linux/v2.4.0.tar.gz
|
||||
source = GitKraken.desktop
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,14 +6,14 @@
|
|||
# Contributor: Victor Hugo Souza <vhbsouza@gmail.com>
|
||||
|
||||
pkgname=gitkraken
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgver=2.4.0
|
||||
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
|
||||
url="http://www.gitkraken.com/"
|
||||
provides=('gitkraken')
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
depends=('gtk2' 'nss' 'libnotify' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib' 'libcurl-openssl-1.0')
|
||||
depends=('gtk2' 'nss' 'libnotify' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib' 'libcurl-openssl-1.0' 'libxss')
|
||||
makedepends=()
|
||||
backup=()
|
||||
install=''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue