Package Details: gitkraken-cli 3.1.10-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: 3
Popularity: 0.005023
First Submitted: 2023-05-25 21:32 (UTC)
Last Updated: 2025-08-26 03:37 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

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