summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswirl2022-08-07 09:42:20 -0400
committerswirl2022-08-07 09:42:59 -0400
commit41e1d885099db32a5f5eff955f0977cbf750edfb (patch)
treebae371bef295b96efee24c660f8786d09da453c0
parent2c08afc52cad64befd3fbbf0278e5a958f6ec550 (diff)
downloadaur-41e1d885099db32a5f5eff955f0977cbf750edfb.tar.gz
fix symlink
Signed-off-by: swirl <swurl@swurl.xyz>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--session-desktop-bin.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88063fe07a7e..f61964fe8791 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = session-desktop-bin
pkgdesc = Private messaging from your desktop
pkgver = 1.8.6
- pkgrel = 1
+ pkgrel = 2
url = https://getsession.org
install = session-desktop-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 588cd90fec6f..1df51954abb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ewhal <ewhal@pantsu.cat>
pkgname=session-desktop-bin
pkgver=1.8.6
-pkgrel=1
+pkgrel=2
pkgdesc="Private messaging from your desktop"
arch=(x86_64)
url="https://getsession.org"
diff --git a/session-desktop-bin.install b/session-desktop-bin.install
index fd6e321796dc..7b8968f65382 100644
--- a/session-desktop-bin.install
+++ b/session-desktop-bin.install
@@ -1,5 +1,5 @@
post_install() {
- ln -sf /opt/Session/session-messenger-desktop /usr/bin/session-messenger-desktop
+ ln -sf /opt/Session/session-desktop /usr/bin/session-messenger-desktop
update-desktop-database /usr/share/applications
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}