summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain2021-07-25 18:37:07 +0200
committerSylvain2021-07-25 18:37:07 +0200
commit79c1a349d4079bb7168dc1ad4e67e30cffbb0bd1 (patch)
tree46c8a9fc736bc694ac1ed45ca39ba8fbe79709ed
parentff8bdbc797798a5dc7a89cfc788f51fc604ec343 (diff)
downloadaur-79c1a349d4079bb7168dc1ad4e67e30cffbb0bd1.tar.gz
fix application path in desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3859b2729f18..1f6d21778a73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = around
pkgdesc = Video conferencing with AI-based camera framing.
pkgver = 0.52.11
- pkgrel = 1
+ pkgrel = 2
url = https://www.around.co/
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index c8271bf197fd..b845a857d017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=around
pkgver=0.52.11
-pkgrel=1
+pkgrel=2
pkgdesc="Video conferencing with AI-based camera framing."
arch=('x86_64')
url='https://www.around.co/'
@@ -19,7 +19,7 @@ prepare() {
[Desktop Entry]
Name=Around
Comment=Around.co linux client
-Exec="${pkgdir}/opt/${pkgname}/${_appimage}" %U
+Exec="/opt/${pkgname}/${_appimage}" %U
Terminal=false
Type=Application
Categories=Network;Application;