summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a25a6432c3bd..6da9c459b740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=simplenote-electron-arm-bin
_pkgname=${pkgname%-electron-arm-bin}
pkgver=2.13.0
_appimage="simplenote-electron-${pkgver}-${CARCH}.AppImage"
-pkgrel=1
+pkgrel=2
pkgdesc='The simplest way to keep notes'
arch=('armv7h' 'aarch64')
url='https://github.com/Automattic/simplenote-electron'
@@ -45,7 +45,7 @@ prepare() {
## Modify Desktop File ##
sed -i \
- -e "s|^Exec=AppRun$|Exec=${_pkgname}|" \
+ -e "s|^Exec=.*|Exec=${_pkgname}|" \
-e '/^TryExec=.*/d' \
-e '/^X-AppImage-Version=.*/d' \
squashfs-root/${_pkgname}.desktop