aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2019-12-03 14:50:23 +1100
committerJay Ta'ala2019-12-03 14:50:23 +1100
commit49e1470ddf2cb674531b0b6a9f902ab54018a3e4 (patch)
treef9c4fa1c19029c4fdb1fdbda840e01e35edda701
parentedfb3f1fc5e2593067dc9589c73e48f71d16e20c (diff)
downloadaur-49e1470ddf2cb674531b0b6a9f902ab54018a3e4.tar.gz
Removed unneeded dependencies gtk2, gconf, libcurl-gnutls, trmpdump.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65920469f360..dd3978f68297 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,15 @@
pkgbase = gitkraken-standalone
pkgdesc = Stand-alone version of GitKraken for labs and computers without internet access (requires license file).
pkgver = 6.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://support.gitkraken.com/standalone/standalone/
arch = x86_64
license = custom
- depends = gtk2
depends = nss
depends = libxtst
depends = libgnome-keyring
- depends = gconf
depends = alsa-lib
- depends = libcurl-gnutls
depends = libxss
- depends = rtmpdump
optdepends = git-lfs: git-lfs support
provides = gitkraken
conflicts = gitkraken
diff --git a/PKGBUILD b/PKGBUILD
index 9bef857c3df4..41dfa9cb0fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: William Penton <william@penton.us>
pkgname=gitkraken-standalone
-pkgrel=1
+pkgrel=2
pkgver=6.3.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=('gtk2' 'nss' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib' 'libcurl-gnutls' 'libxss' 'rtmpdump')
+depends=('nss' 'libxtst' 'libgnome-keyring' 'alsa-lib' 'libxss')
optdepends=('git-lfs: git-lfs support')
makedepends=()
backup=()