summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Penton2021-08-12 18:46:40 -0500
committerTim Kleinschmidt2021-08-13 08:51:50 +0200
commite9aad069b8e1e49f8cbb54cb91e3f226e4949712 (patch)
treefe4a29a6b30e89ad18087a46d626c461f3685eee
parent1d83c0cefa672a4bce93156df6c31dc4c91a367b (diff)
downloadaur-e9aad069b8e1e49f8cbb54cb91e3f226e4949712.tar.gz
Fix for upcoming feature
Setting executable permissions for all scripts within internal resources folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca09dbded825..eef3b27d95b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 7.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.gitkraken.com/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index ec74019baf36..c82a8384e2d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
pkgname=gitkraken
-pkgrel=1
+pkgrel=2
pkgver=7.7.2
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
@@ -40,6 +40,9 @@ package() {
find "$pkgdir"/opt/gitkraken/ -type f -exec chmod 644 {} \;
chmod 755 "$pkgdir"/opt/gitkraken/gitkraken
chmod 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/src/js/redux/domain/AskPass/AskPass.sh
+ chmod 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/resources/cli/unix/gk
+ chmod 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/resources/cli/unix/gkrc
+ chmod -R 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/resources/cli/unix/helpers
chmod 4755 "$pkgdir"/opt/gitkraken/chrome-sandbox
install -d "$pkgdir"/usr/bin