Search Criteria
Package Details: pantalaimon-git e62cfe0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pantalaimon-git.git (read-only, click to copy) |
---|---|
Package Base: | pantalaimon-git |
Description: | Pantalaimon is an end-to-end encryption aware Matrix reverse proxy daemon. |
Upstream URL: | https://github.com/matrix-org/pantalaimon |
Licenses: | Apache |
Conflicts: | pantalaimon |
Provides: | pantalaimon |
Submitter: | fauxmight |
Maintainer: | fauxmight |
Last Packager: | fauxmight |
Votes: | 1 |
Popularity: | 0.000010 |
First Submitted: | 2022-02-03 04:17 (UTC) |
Last Updated: | 2022-11-28 04:13 (UTC) |
Dependencies (24)
- libolm (libolm-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-aiohttp (python-aiohttp-gitAUR)
- python-appdirs (python-appdirs-gitAUR)
- python-atomicwrites
- python-cachetools
- python-click
- python-future
- python-h11
- python-h2
- python-janus
- python-jsonschema
- python-keyring
- python-logbook
- python-matrix-nioAUR
- python-notify2
- python-olm (python-olm-gitAUR)
- python-peewee
- python-prompt_toolkit
- python-pycryptodome
- Show 4 more dependencies...
Required by (2)
- fluffychat-web (requires pantalaimon) (optional)
- fluffychat-web-git (requires pantalaimon) (optional)
Latest Comments
jkhsjdhjs commented on 2023-09-17 10:32 (UTC) (edited on 2023-09-17 10:34 (UTC) by jkhsjdhjs)
The
pkgver()
function name has a typo and is currently namedpkgber()
with ab
, which causes the function not to get called at all.EDIT: Also the
build()
function currently does nothing at all, so it might as well be removed.fauxmight commented on 2022-11-28 04:16 (UTC)
@piater Thank you.
piater commented on 2022-11-27 09:13 (UTC)
The PKGBUILD is missing
makedepends=('git' 'python-setuptools')
.fauxmight commented on 2022-03-26 11:02 (UTC)
@e-v : Good call. Acknowledged.
e-v commented on 2022-03-26 10:39 (UTC)
In order to prevent the following error from occurring:
source
should read:Thanks!