Package Details: gitkraken-cli 3.1.48-1

Git Clone URL: https://aur.archlinux.org/gitkraken-cli.git (read-only, click to copy)
Package Base: gitkraken-cli
Description: The intuitive, fast, and beautiful cross-platform Git client.
Upstream URL: https://www.gitkraken.com/
Keywords: git gitkraken gk
Licenses: custom
Provides: gitkraken
Submitter: Nexxuz
Maintainer: Nexxuz
Last Packager: Nexxuz
Votes: 4
Popularity: 0.21
First Submitted: 2023-05-25 21:32 (UTC)
Last Updated: 2025-11-17 17:17 (UTC)

Required by (0)

Sources (1)

Latest Comments

Muflone commented on 2026-08-10 14:51 (UTC)

@JisuWoniu too late, I've already rejected the orphan request. if you want file a new orphan request and after 14 days it will be evaluated

JisuWoniu commented on 2026-08-10 12:28 (UTC)

@Muflone Sorry I did't check the comment. I would love to maintain it.

Muflone commented on 2026-07-26 18:17 (UTC)

@JisuWoniu do you plan to adopt this package for fixing it? there's a pending orphan request

JisuWoniu commented on 2025-08-06 23:45 (UTC) (edited on 2025-08-07 00:03 (UTC) by JisuWoniu)

@solarisfire @Nexxuz Apply this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 6d2e46d..fb7ebd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,5 @@ source=(
 sha256sums=('73077548d534b3239046a9ebc9cb2eef0d33f12bdba3e3ca1e6fb6b113995964')

 package() {
-    install -d "$pkgdir"/usr/local/bin
-    cp -R "$srcdir"/gk_"$pkgver"_linux_amd64/gk "$pkgdir"/usr/local/bin/
+    install -Dm755 "$srcdir"/gk "$pkgdir"/usr/bin/gk
 }

Arch package guideline does not allow installing files to /usr/local/

solarisfire commented on 2025-08-06 21:52 (UTC)

==> Starting package()...
cp: cannot stat '/home/solarisfire/.cache/yay/gitkraken-cli/src/gk_3.1.9_linux_amd64/gk': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: gitkraken-cli-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gitkraken-cli - exit status 4