summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Wiedekopf2017-02-15 12:00:26 +0100
committerJoshua Wiedekopf2017-02-15 12:00:26 +0100
commitae53f2e258a1bbab587c373da772705995d8bbc9 (patch)
tree8354f5d5292d0220297964f21c0f84633ead15f2
parentd0d38687b51f42a213225264bded9fc6074c75e9 (diff)
downloadaur-ae53f2e258a1bbab587c373da772705995d8bbc9.tar.gz
added dependency on libcurl-compat
v2.1.0 introduced proxy support and a dependecy on curl3. I've added libcurl-compat to the dependecy list and modified the .desktop file to load the correct library.
-rw-r--r--GitKraken.desktop4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/GitKraken.desktop b/GitKraken.desktop
index 774b61d60627..6a475eae3e4f 100644
--- a/GitKraken.desktop
+++ b/GitKraken.desktop
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=GitKraken
Comment=Unleash your repo
-Exec="gitkraken"
+Exec=bash -c "LD_PRELOAD=/usr/lib/libcurl.so.3 gitkraken"
Icon=gitkraken
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;Documentation;
-MimeType=text/plain; \ No newline at end of file
+MimeType=text/plain;
diff --git a/PKGBUILD b/PKGBUILD
index 7587b51c3aad..dca955b96e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.gitkraken.com/"
provides=('gitkraken')
arch=('x86_64')
license=('custom')
-depends=('gtk2' 'nss' 'libnotify' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib')
+depends=('gtk2' 'nss' 'libnotify' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib' 'libcurl-compat')
makedepends=()
backup=()
install=''
@@ -21,7 +21,7 @@ source=(
"eula.html"
)
md5sums=('075de0a5610f6dc488563fe769d731c6'
- 'cf2a1746a0cafe11793af0801c78afeb'
+ 'ecef298bed1178d60cf0dd75c4700205'
'04987b933d551d15c0813111d715bb9e'
'e9ba6663e5f1f92cae31beb0074e8c6c')