aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Kleinschmidt2017-04-27 21:01:42 +0000
committerTim Kleinschmidt2017-04-27 21:01:42 +0000
commit041f41de36baa229317cd45b95f79e2acb6247a9 (patch)
tree3f872ca3dea2cea89348a3dec6a275e612657f19
parentb935ff27fe343d3720119651aa55d1cb55dda8dc (diff)
downloadaur-041f41de36baa229317cd45b95f79e2acb6247a9.tar.gz
Add mising libxss package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
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 <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=''