Package Details: syphon-bin 0.2.14-3

Git Clone URL: https://aur.archlinux.org/syphon-bin.git (read-only, click to copy)
Package Base: syphon-bin
Description: Privacy-centric Matrix client
Upstream URL: https://github.com/syphon-org/syphon
Licenses: AGPL3
Conflicts: syphon
Provides: syphon
Submitter: btdmaster
Maintainer: btdmaster
Last Packager: btdmaster
Votes: 4
Popularity: 0.000000
First Submitted: 2021-04-03 00:10 (UTC)
Last Updated: 2025-09-29 17:14 (UTC)

Latest Comments

1 2 3 Next › Last »

btdmaster commented on 2025-09-29 17:18 (UTC)

@dreieck I've added the changes as you've suggested.

I was thinking of orphaning the package, as upstream no longer maintains it, and Matrix has had some spooky security vulnerabilities over the years. Would you like to take over it? (Not sure what maintaining even means since the package will likely not need any changes, but...)

dreieck commented on 2025-09-29 08:39 (UTC)

Please also add conflicts=("syphon").

And consider changing provides=('syphon') to provides=("syphon=${pkgver}").

Regards and thanks for the package!

Feakster commented on 2022-12-05 20:51 (UTC)

Works like a charm. Many thanks.

btdmaster commented on 2022-12-02 15:28 (UTC)

Thanks, good to know, let me know if it works well now.

Feakster commented on 2022-12-02 09:27 (UTC) (edited on 2022-12-02 09:28 (UTC) by Feakster)

@btdmaster, one last thing I forgot... for this to be usable on aarch64, you need to add it as a possible installation architecture in the arch array of the PKGBUILD:

arch=('x86_64' 'aarch64')

Sorry.

Feakster commented on 2022-12-02 09:24 (UTC)

Many thanks @btdmaster. Can use this on my Pinebook Pro now.

btdmaster commented on 2022-11-29 07:57 (UTC)

@Feakster Thanks for the reproducible patch! I have added it in.

Feakster commented on 2022-11-28 20:36 (UTC)

Just tested your PKGBUILD (with a couple of modifications) on my aarch64 laptop. Everything appears to be working. Would you be up for making this a multi-arch PKGBUILD? For version 0.2.14 of Syphon, you would only need to change the source and sha256sums fields of your PKGBUILD to:

source_aarch64=("https://github.com/syphon-org/syphon/releases/download/$pkgver/$_pkgname.linux.$pkgver.arm64.tar.gz")
source_x86_64=("https://github.com/syphon-org/syphon/releases/download/$pkgver/$_pkgname.linux.$pkgver.x64.tar.gz")
sha256sums_aarch64=('7fb88a7ebf99f2df80f5ed2ba32bdc228e2d76bf532fee40e23eb1982b9d4d0c')
sha256sums_x86_64=('dd31f0516bfccd8460c7bb4db33f24ffb6258a7817b0624dc35d8c0abb1023c6')

Tio commented on 2022-01-24 13:47 (UTC)

Worked! Thanks!

btdmaster commented on 2022-01-23 12:15 (UTC)

Try to build again after removing syphon.linux.x64.tar.gz. I'll try to get upstream to include the version in the gzipped archive as well for next release.