Package Details: kreya-bin 1.12.0-1

Git Clone URL: https://aur.archlinux.org/kreya-bin.git (read-only, click to copy)
Package Base: kreya-bin
Description: GUI client for gRPC and REST APIs
Upstream URL: https://kreya.app/
Licenses: custom
Conflicts: kreya
Provides: kreya
Submitter: dsaiko
Maintainer: daniel7
Last Packager: daniel7
Votes: 2
Popularity: 0.000337
First Submitted: 2022-11-01 18:40 (UTC)
Last Updated: 2023-11-17 21:17 (UTC)

Latest Comments

herberthamaral commented on 2024-04-03 19:58 (UTC)

This is not working as it is right now. This patch solves the problem:

From cd3a7bb727e96df61944f97ca8b6e7abd21562fb Mon Sep 17 00:00:00 2001
From: Herberth Amaral <herberthamaral@gmail.com>
Date: Wed, 3 Apr 2024 16:41:25 -0300
Subject: [PATCH] Fix Kreya sha256sum and desktop exec path

---
 PKGBUILD      | 2 +-
 kreya.desktop | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 4c93da2..7bf6d72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ conflicts=("${_pkgname}")
 source=("https://stable-downloads.kreya.app/Kreya-linux-x64.tar.gz"
         "kreya_256x256.png"
         "kreya.desktop")
-sha256sums=('86e54512a62a67914130167ab6db4d04ea5a03c0a14efc6777dda2bf541882c6'
+sha256sums=('db32c230b90b8b61647f1b41882185ec029f704cc06ff90d1fd6b9cc5b86676c'
             '15877fa13b3f0c379c4a70131daebdc199e83a1ad18d5daa1c93309815adcd7c'
             'SKIP')
 options=("!strip")
diff --git a/kreya.desktop b/kreya.desktop
index f547088..616f9be 100644
--- a/kreya.desktop
+++ b/kreya.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=Kreya
-Exec=/opt/Kreya/kreya %U
+Exec=/opt/kreya/linux-x64/kreya %U
 Terminal=false
 Type=Application
 Icon=kreya
-- 
2.44.0

You may use this patch as follows:

  1. save the above patch to a file kreya.patch
  2. run:
git clone https://aur.archlinux.org/kreya-bin.git
cd kreya-bin
git apply path/to/kreya.patch
makepkg
sudo pacman -U kreya-bin-1.12.0-1-x86_64.pkg.tar.zst