The latest version has a mistake in the PKGBUILD file—conflicts are defined like this:
conflicts=('riot-desktop riot-web')
but should be like this:
conflicts=('riot-desktop' 'riot-web')
Fixing the above installs it correctly.
Git Clone URL: | https://aur.archlinux.org/element-desktop-git.git (read-only, click to copy) |
---|---|
Package Base: | element-desktop-git |
Description: | Glossy Matrix collaboration client — desktop version. |
Upstream URL: | https://element.io |
Licenses: | Apache |
Conflicts: | element-desktop |
Provides: | element-desktop |
Submitter: | idanoo |
Maintainer: | Xangelix |
Last Packager: | Xangelix |
Votes: | 14 |
Popularity: | 0.000002 |
First Submitted: | 2020-07-18 02:27 (UTC) |
Last Updated: | 2024-08-14 19:58 (UTC) |
The latest version has a mistake in the PKGBUILD file—conflicts are defined like this:
conflicts=('riot-desktop riot-web')
but should be like this:
conflicts=('riot-desktop' 'riot-web')
Fixing the above installs it correctly.
I'm encountering an error with the latest build and I'm not sure how to fix it. I'm using trizen to install from the AUR.
@redg3ar oh thanks. I have to admit this is currently not maintained as I lacked time. But thanks for the patch. I guess I should finally switch this to use develop too
Below patch solves the problem
the install is broken, fails with 'install: cannot stat 'src/skins/vector/img/logos/riot-logo.svg': No such file or directory'
Pinned Comments