summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f49fbef92ed..97e41a2fa309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplenote-electron-arm-bin
pkgdesc = The simplest way to keep notes
pkgver = 2.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Automattic/simplenote-electron
arch = armv7h
arch = aarch64
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