From cceb31ac5e399543e70626afe979dd6c696aeb0b Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 12 Jun 2024 14:25:24 -0400 Subject: [PATCH] conduit: update to 0.8.0. --- srcpkgs/conduit/patches/config.patch | 8 ++++---- srcpkgs/conduit/template | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/conduit/patches/config.patch b/srcpkgs/conduit/patches/config.patch index eb55886069ff01..733255a03d716f 100644 --- a/srcpkgs/conduit/patches/config.patch +++ b/srcpkgs/conduit/patches/config.patch @@ -1,13 +1,13 @@ diff --git a/conduit-example.toml b/conduit-example.toml -index 5eed070..bee1ded 100644 +index 74cbb07..a340af8 100644 --- a/conduit-example.toml +++ b/conduit-example.toml -@@ -23,7 +23,7 @@ - #server_name = "your.server.name" +@@ -24,7 +24,7 @@ + database_backend = "rocksdb" # This is the only directory where Conduit will save its data -database_path = "/var/lib/matrix-conduit/" +database_path = "/var/lib/conduit/" - database_backend = "rocksdb" # The port Conduit will be running on. You need to set up a reverse proxy in + # your web server (e.g. apache or nginx), so all requests to /_matrix on port diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template index 6e11817deb1601..b989b062b3a7d8 100644 --- a/srcpkgs/conduit/template +++ b/srcpkgs/conduit/template @@ -1,16 +1,16 @@ # Template file for 'conduit' pkgname=conduit -version=0.7.0 +version=0.8.0 revision=1 build_style=cargo hostmakedepends="clang pkg-config" -makedepends="libzstd-devel" +makedepends="libzstd-devel sqlite-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=9ddb0ae91ad0399593bc7e8d1f63af3c42463589af2d61e108fe383ba05bf831 +checksum=ecdff299cc2f777bb2c4cdc9b8d3b1ed642bc666ed20836904d36551d3095b5e system_accounts="_conduit" _conduit_homedir="/var/lib/conduit"