summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume BOEHM2024-04-01 16:35:57 +0200
committerGuillaume BOEHM2024-04-01 16:35:57 +0200
commit9c98ee352ab2999e1d39eed90734d0f2faac680b (patch)
tree1f51102584badc52b49e1e1dc1e5384e26002243 /PKGBUILD
parentea4f1b9e01dc75f123d3c074c0047cbb5114fb2b (diff)
downloadaur-9c98ee352ab2999e1d39eed90734d0f2faac680b.tar.gz
Remove useless sed step
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3603f5dfe62..c17cb164d43f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=simplex-desktop-appimage
pkgver=5.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="The latest release of Simplex Desktop, the first messaging platform operating without user identifiers of any kind - 100% private by design!"
arch=('x86_64')
url="https://simplex.chat/"
@@ -50,8 +50,6 @@ package() {
# disable appimage desktop integration: https://github.com/AppImage/AppImageSpec/blob/master/draft.md#desktop-integration
# disable AppimageLauncher integration prompt
# https://github.com/TheAssassin/AppImageLauncher/issues/78#issuecomment-466390939
- echo "-- Change desktop file execution"
- sed -i -E "s|Exec=AppRun --no-sandbox %U|Exec=env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1 /usr/bin/simplex --no-sandbox|" "squashfs-root/${_squashfs_desktop_file}"
echo "-- Install desktop file"
install -Dm644 "squashfs-root/${_squashfs_desktop_file}" "${pkgdir}/${_desktop_file}"
echo "-- Install appimage"