Package Details: session-desktop-bin 1.14.5-1

Git Clone URL: https://aur.archlinux.org/session-desktop-bin.git (read-only, click to copy)
Package Base: session-desktop-bin
Description: Private messaging from your desktop
Upstream URL: https://getsession.org
Keywords: chat loki messengger session signal
Licenses: GPL3
Conflicts: session-desktop
Provides: session-desktop
Submitter: ewhal
Maintainer: escape0707 (quadratz)
Last Packager: escape0707
Votes: 27
Popularity: 1.50
First Submitted: 2020-02-11 10:08 (UTC)
Last Updated: 2025-01-04 04:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

loonixman commented on 2020-03-25 05:58 (UTC)

Update your PKGBUILD with this:

Maintainer: Ewhal

pkgname=session-desktop-bin pkgrel=1 pkgdesc="Private messaging from your desktop" arch=('x86_64') url="https://github.com/loki-project/session-desktop" license=('GPL3') depends=('gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss') options=('!strip' '!emptydirs') install=${pkgname}.install provides=('session-desktop-bin')

pkgver=1.0.5 source=("https://github.com/loki-project/session-desktop/releases/download/v${pkgver}/session-messenger-desktop-linux-amd64-${pkgver}.deb") sha256sums=('f2e88a66c09b31c1c1bc02c0df16095c2dc3a101fa797c24b79c897eae4e2968')

package(){ # Extract package data tar xf data.tar.xz -C "${pkgdir}" }

kseistrup commented on 2020-03-20 10:16 (UTC)

Latest version is now 1.0.5 — please update the PKGBUILD file.

sysroot commented on 2020-02-25 18:24 (UTC) (edited on 2020-02-25 18:24 (UTC) by sysroot)

Updated new version steps:

git clone https://aur.archlinux.org/session-desktop-bin.git
cd session-desktop-bin
curl -Lo session-desktop-bin-1.0.2.patch https://gist.githubusercontent.com/dbinary/287a50795d3f6d30490591705f82287a/raw/60a031d3095cad65638f192e216c0c796cddf46d/session-desktop-bin-1.0.2.patch
git apply session-desktop-bin-1.0.2.patch
makepkg -si