From 041f41de36baa229317cd45b95f79e2acb6247a9 Mon Sep 17 00:00:00 2001 From: Tim Kleinschmidt Date: Thu, 27 Apr 2017 21:01:42 +0000 Subject: [PATCH] Add mising libxss package --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 97212b33460f..4cce3e8e0f14 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 2ea67e9ea4c2..9c655194f7d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,14 +6,14 @@ # Contributor: Victor Hugo Souza 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=''