Package Details: simplex-chat-bin 1:6.4.11-1

Git Clone URL: https://aur.archlinux.org/simplex-chat-bin.git (read-only, click to copy)
Package Base: simplex-chat-bin
Description: A 100% private-by-design chat platform for the command-line (pre-compiled)
Upstream URL: https://simplex.chat/
Keywords: chat cli messaging network privacy simplex simplex-chat tty
Licenses: AGPL-3.0-or-later
Conflicts: simplex-chat
Provides: simplex-chat
Submitter: kseistrup
Maintainer: revsuine
Last Packager: revsuine
Votes: 12
Popularity: 0.025339
First Submitted: 2022-03-29 08:22 (UTC)
Last Updated: 2026-03-30 14:17 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

kseistrup commented on 2025-04-17 16:33 (UTC)

@taivlam It seems the SHA256 digests are indeed for the CLI binaries:

87b30d085e049e24e0d88bc70c1bd4685a2769e6de0ecbe6759b6311c39a86e0  v6.3.2/simplex-chat-ubuntu-20_04-x86-64
0677adaac345e3a0f7f0eee978856de23f963e5778c935b16b5069a658971728  v6.3.2/simplex-chat-ubuntu-22_04-x86-64

So I have included the _sha256sums{,.asc} files and created a sha256sums=(…) array. This way the _sha256sums file will be verified, and it will be up to the user to check that the SHA256 digest used in the PKGBUILD file is the same as the one found in the _sha256sum file.

kseistrup commented on 2025-04-17 15:46 (UTC)

@taivlam: Thanks for the suggestion. I welcome pull-requests/diffs to PKGBUILD.

taivlam commented on 2025-04-17 15:01 (UTC) (edited on 2025-04-17 15:57 (UTC) by taivlam)

Edit: the GPG verification is only for the Ubuntu tarball archives and not the DEB binaries.

Could you add GPG signature verification? The latest release v6.3.2 has released the GPG signatures (of the SHA256 checksums) and GPG public keys from both teams of SimpleX and Flux: https://github.com/simplex-chat/simplex-chat/releases/tag/v6.3.2

kseistrup commented on 2023-09-24 09:48 (UTC)

@Zame Thanks for notifying nme. It seems upstream has removed the [erratic] “-fdroid” from the download URL overnight. I have updated URL and checksums, and it works here. Please try again.

Zame commented on 2023-09-24 09:33 (UTC)

Update error : curl: (22) The requested URL returned error: 404

kseistrup commented on 2023-05-01 13:02 (UTC) (edited on 2023-05-01 13:03 (UTC) by kseistrup)

@hotice

  1. Getting rid of openssl-1.1 is not up to me. The PKGBUILD downloads a precompiled binary over from Microsoft GitHub. That binary requires libcrypto.so.1.1, which is provided by openssl-1.1. If you want to get rid of this old OpenSSL library, you should help the authors instead. See e.g. https://github.com/simplex-chat/simplex-chat/issues/1274

2.-4. Thanks, but I like the way the PKGBUILD looks now.

hotice commented on 2023-05-01 11:48 (UTC)

@kseistrup

  1. Telegram got rid of openssl-1.1 recently, please do the same!
  2. _pkgname='simplex-chat' pkgname="${_pkgname}-bin"
  3. provides=("${_pkgname}") conflicts=("${_pkgname}" "${_pkgname}-git")
  4. Redundancy: leave either sha512sums or b2sums.

kseistrup commented on 2023-03-17 11:19 (UTC)

@TechXero

Thanks. SimpleX sometimes report “bad chat command” if it receives something that it thinks is not a part of the text you want to send to a chat partner. It then thinks it is a chat command and complains if it doesn't understand.

I am pretty sure it is not an issue with the packaging here, but let's see what upstream has to say.

TechXero commented on 2023-03-17 10:49 (UTC)

@kseistrup

To be honest all I did was clone AUR repo n built I do not modify anything seems issue is with app I have created an issue upstream hopefully this will help thanks..