Search Criteria
Package Details: dendrite-git 0.13.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dendrite-git.git (read-only, click to copy) |
---|---|
Package Base: | dendrite-git |
Description: | A second-generation Matrix homeserver written in Go |
Upstream URL: | https://element-hq.github.io/dendrite/ |
Licenses: | Apache |
Conflicts: | dendrite |
Provides: | dendrite |
Submitter: | cgirard |
Maintainer: | akku |
Last Packager: | akku |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-10 13:24 (UTC) |
Last Updated: | 2024-11-16 15:16 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql-gitAUR) (optional) – recommended database for large instances
Latest Comments
cgirard commented on 2024-03-25 06:31 (UTC)
Sorry, did not notice. To be honest I am no longer using it and I think it is better for me to orphan it.
AlexBocken commented on 2024-03-24 10:45 (UTC) (edited on 2024-03-24 10:49 (UTC) by AlexBocken)
I've noticed that this package (and all other dendrite packages in the AUR) have not switched repos after matrix/element's announcment: https://element.io/blog/element-to-adopt-agplv3/
There seems to be quite a few updates missing and I have begun to get compatibility issues with stuff like the most recent mautrix-whatsapp bridge with this old of a dendrite version.
Are you aware that the new upstream is https://github.com/element-hq/dendrite ? If so, will you plan on updating your PKGBUILD accordingly?
tombh commented on 2022-05-14 12:24 (UTC)
Since May 12th
./dendrite-config.yml
has been split into 2 versions; a monolith and a polylith version. To get this package to build I'm working around it by editing line 58 in PKGBUILD's package() function:install -Dm644 ./dendrite-sample.monolith.yaml "${pkgdir}/etc/dendrite/config-sample.yaml"