Package Details: conduit-bin 0.8.0-1

Git Clone URL: https://aur.archlinux.org/conduit-bin.git (read-only, click to copy)
Package Base: conduit-bin
Description: stable, binary, static versions of the Conduit server (Matrix protocol)
Upstream URL: https://conduit.rs
Keywords: chat conduit matrix rust
Licenses: Apache-2.0
Conflicts: conduit
Provides: conduit
Submitter: lafleur
Maintainer: lafleur
Last Packager: lafleur
Votes: 1
Popularity: 0.000770
First Submitted: 2023-09-03 14:56 (UTC)
Last Updated: 2024-08-26 12:26 (UTC)

Dependencies (0)

Required by (0)

Sources (6)

Latest Comments

BlackLotus89 commented on 2024-11-14 14:59 (UTC) (edited on 2024-11-14 15:00 (UTC) by BlackLotus89)

Just change the version to 0.9 and updpkgsums

rek2 commented on 2024-11-10 19:28 (UTC)

This package is out of date. was trying to compile the main conduit package and it fail so wanted to try the -bin but is not on 0.9.x tree

lafleur commented on 2024-08-26 12:32 (UTC)

BTW this package uses statically-linked (musl) binaries since (at least) version 0.8.0, so glibc is not required anymore. Just to mention for the sake of correctness.

lafleur commented on 2024-08-26 12:28 (UTC)

sha256sums updated (even though no new version was released upstream). I voluntarily kept .SRCINFO unchanged, since this is not a new package version.

tbh commented on 2024-08-25 07:28 (UTC)

sha256sum seems out? I'm getting ae67b0fa1b74571de0363cb1a0c47930e615c340290215cbbbff6f8a60bbca0d x86_64-unknown-linux-musl.

kuon commented on 2024-06-18 21:30 (UTC)

You should change the download URL to use the version as presently it uses the master.

Something like this:

source_x86_64=("${_pkgname}::https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/v$pkgver/raw/x86_64-unknown-linux-musl?job=artifacts")
source_aarch64=("${_pkgname}::https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/v$pkgver/raw/aarch64-unknown-linux-musl?job=artifacts")

lafleur commented on 2024-04-30 17:42 (UTC)

Famedly released conduit v0.7.0 five days ago ; I'm in conversation with their security team to find the right download link for the glibc-linked binaries. Their build process has changed and the current URLs don't work. I Will update ASAP.

lafleur commented on 2023-11-30 09:37 (UTC)

license updated to Apache-2.0

girlbossceo commented on 2023-11-27 18:54 (UTC)

The licence on this package is incorrect. Conduit (and Rust) is Apache 2.0.

https://gitlab.com/famedly/conduit/-/blob/next/LICENSE?ref_type=heads

Please correct this.