From 2825f471cbedb94128bbfb3201101d7e461c1a12 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 10 Aug 2023 13:14:29 -0400 Subject: [PATCH] conduit: update to 0.6.0. --- srcpkgs/conduit/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template index 1ab7a0df0d4446..e0e5177bf1672c 100644 --- a/srcpkgs/conduit/template +++ b/srcpkgs/conduit/template @@ -1,17 +1,18 @@ # Template file for 'conduit' pkgname=conduit -version=0.5.0 +version=0.6.0 revision=1 # needs ring/rustls archs="x86_64* i686* aarch64* armv[67]*" build_style=cargo -hostmakedepends="clang" +hostmakedepends="clang pkg-config" +makedepends="libzstd-devel" short_desc="Simple, fast and reliable chat server powered by Matrix" maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://conduit.rs/" distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz" -checksum=447ace45d5642ee942f81e130621cea397c12a9df3515b82cd20293888d0ee8b +checksum=b722fb4f12ada5f965472b634dfa6a837aae03ff6712c210cdd292302bbb1259 system_accounts="_conduit" _conduit_homedir="/var/lib/conduit"