aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Bruckner2020-05-20 10:20:18 +0200
committerJay Ta'ala2020-06-29 11:26:18 +1000
commit8b40025f9b15f26f1f8d8a2a3e8fdb40deefce1a (patch)
tree89cff8bacda02fb180372997b951a0bb9d1f86de
parent01edd58fb8a2b77b23669ab03e404b58492089c6 (diff)
downloadaur-8b40025f9b15f26f1f8d8a2a3e8fdb40deefce1a.tar.gz
Added commit '12d7b0ee9414ebd0414070d22fb40db7446badd9' from upstream by
'Max Bruckner': "Add suid bit to chrome-sandbox and make it executable"
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d264374a9036..79856d66259f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitkraken-standalone
pkgdesc = Stand-alone version of GitKraken for labs and computers without internet access (requires license file).
pkgver = 7.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://support.gitkraken.com/standalone/standalone/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 763095037b18..54c7854da1d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: William Penton <william@penton.us>
pkgname=gitkraken-standalone
-pkgrel=1
+pkgrel=2
pkgver=7.0.1
pkgdesc="Stand-alone version of GitKraken for labs and computers without internet access (requires license file)."
url="https://support.gitkraken.com/standalone/standalone/"
@@ -42,6 +42,7 @@ 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 4755 "$pkgdir"/opt/gitkraken/chrome-sandbox
install -d "$pkgdir"/usr/bin