summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Hiller2019-07-09 08:33:13 -0400
committerTom Hiller2019-07-09 08:33:13 -0400
commit01039fc4e9322906bab7325622842d5ff3c4717b (patch)
tree71abfe5e09438383aef1b2ca1a2b1c054889eccd /PKGBUILD
parentb8fb0e0a5b5bd8267e87058c7a4ceb87b0543882 (diff)
downloadaur-01039fc4e9322906bab7325622842d5ff3c4717b.tar.gz
work around for electron issue 17972
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b53ba587e46e..aa6513b0eeb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Hiller <thrilleratplay@gmail.com>
pkgname=notable-bin
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="The markdown-based note-taking app that doesn't suck"
arch=('x86_64')
@@ -28,6 +28,9 @@ validpgpkeys=()
package() {
tar xf data.tar.xz
+ # Work around for https://github.com/electron/electron/issues/17972
+ chmod 4755 opt/Notable/chrome-sandbox
+
mv usr "$pkgdir"
mv opt "$pkgdir"
mkdir "$pkgdir"/usr/bin/