summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume BOEHM2024-04-01 16:35:57 +0200
committerGuillaume BOEHM2024-04-01 16:35:57 +0200
commit9c98ee352ab2999e1d39eed90734d0f2faac680b (patch)
tree1f51102584badc52b49e1e1dc1e5384e26002243
parentea4f1b9e01dc75f123d3c074c0047cbb5114fb2b (diff)
downloadaur-9c98ee352ab2999e1d39eed90734d0f2faac680b.tar.gz
Remove useless sed step
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fb34e0c6e52..8ff236629232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplex-desktop-appimage
pkgdesc = The latest release of Simplex Desktop, the first messaging platform operating without user identifiers of any kind - 100% private by design!
pkgver = 5.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://simplex.chat/
arch = x86_64
license = AGPLv3
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"