Package Details: gitkraken 11.2.0-1

Git Clone URL: https://aur.archlinux.org/gitkraken.git (read-only, click to copy)
Package Base: gitkraken
Description: The intuitive, fast, and beautiful cross-platform Git client.
Upstream URL: https://www.gitkraken.com/
Keywords: git
Licenses: custom
Provides: gitkraken
Submitter: Azd325
Maintainer: Azd325
Last Packager: Azd325
Votes: 304
Popularity: 1.19
First Submitted: 2015-10-21 19:17 (UTC)
Last Updated: 2025-06-18 06:31 (UTC)

Pinned Comments

Azd325 commented on 2016-12-06 23:45 (UTC)

Hey guys, If you want to speed up/improve the process there is also a GitHub repo availaible to do PRs :) https://github.com/Azd325/gitkraken Thanks Tim

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 23 Next › Last »

NullDivision commented on 2017-05-04 07:10 (UTC)

Has anyone run across this issue? /usr/bin/gitkraken: line 3: 28883 Segmentation fault (core dumped) LD_PRELOAD=/usr/lib/libcurl-openssl-1.0.so.4.4.0 /opt/gitkraken/gitkraken

dsx commented on 2017-05-02 05:16 (UTC) (edited on 2017-05-10 06:15 (UTC) by dsx)

@lunchboxsushi, your instructions seems to be invalid. You have to replace libcurl-openssl-1.0's dependency openssl-1.0 with regular openssl. Also you need to fix libcurl-openssl-1.0 again as soon as openssl is updated to 1.1 P.S. yaourt allows to edit PKGBUILDs during installation, you don't have to download them manually.

lunchboxsushi commented on 2017-05-01 19:25 (UTC)

just to build upon @dsx and @nlacombe to fix the openssl dependency while running makepkg -si >cd into folder that contains PKGBUILD >vi PKGBUILD >look for line that contains 'deps' >change libcurl-openssl-1.0 to openssl >:wq > makepkg -si

<deleted-account> commented on 2017-05-01 12:50 (UTC)

thanks @dsx : changing libcurl-openssl-1.0 's dependency from openssl-1.0 to openssl worked.

Azd325 commented on 2017-04-29 11:57 (UTC)

@rubenvb For me, fetching is fine. You should ask the support of gitkraken and provide more detailed information to them it. Try to start from the terminal then you will see more information if something is broken.

rubenvb commented on 2017-04-29 11:15 (UTC)

I cannot fetch from origin (github) nor actually view my recent commits with this version. I see only commits up to around 5 months ago. Strangely, gitkraken thinks origin (github) HEAD is also there, even though it clearly isn't. Gitkraken is completely unusable for me due to this. How can I fix this?

Azd325 commented on 2017-04-29 10:20 (UTC) (edited on 2017-11-16 21:05 (UTC) by Azd325)

If you have problem with the key look at https://aur.archlinux.org/packages/libcurl-openssl-1.0/

<deleted-account> commented on 2017-04-29 09:15 (UTC)

Hey Tim @Azd325 it seems like the libcurl-openssl dependency is having signature authenticity problems. Is there another dependency I can use to have it start? I'm pulling your latest update ==> Package upgrade only (new release): aur/gitkraken 2.4.0-3 3 -> 4 But I don't think it will build

<deleted-account> commented on 2017-04-29 08:12 (UTC)

"gitkraken W: Dependency included and not needed ('libnotify')"

dsx commented on 2017-04-28 21:26 (UTC)

> error: target not found: openssl-1.0 I'm on manjaro. Just replaced it with regular openssl and it works (openssl is 1.0 yet in manjaro) @nlacombe @hertz