Search Criteria
Package Details: synadm-git 0.30.r1.gf13cf1d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/synadm-git.git (read-only, click to copy) |
---|---|
Package Base: | synadm-git |
Description: | CLI frontend to Matrix-Synapse admin APIs |
Upstream URL: | https://github.com/JOJ0/synadm |
Licenses: | GPL3 |
Conflicts: | synadm |
Provides: | synadm |
Submitter: | BubuIIC |
Maintainer: | BubuIIC |
Last Packager: | BubuIIC |
Votes: | 2 |
Popularity: | 0.39 |
First Submitted: | 2021-02-20 17:25 (UTC) |
Last Updated: | 2022-07-16 11:29 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-click-option-groupAUR
- python-dnspython (python-dnspython-gitAUR)
- python-requests
- python-tabulate (python-tabulate-gitAUR)
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python3 (python) (make)
Latest Comments
BubuIIC commented on 2022-07-16 11:29 (UTC)
@Ta180m: thanks, fixed!
dodecahedron commented on 2022-07-15 01:32 (UTC)
This package needs to have
python-dnspython
added as a dependency or else I get this error:xiretza commented on 2021-07-06 11:51 (UTC)
Ah yes, good call. Thanks!
BubuIIC commented on 2021-07-05 22:56 (UTC)
Thanks! I included all you suggestions with an additional
--tags
for thegit describe
call if upstream ever uses non-annotated tags. (I've been bitten by this before.)xiretza commented on 2021-07-03 09:19 (UTC) (edited on 2021-07-03 09:33 (UTC) by xiretza)
Requires
makedepends=('git')
. It should also setprovides
/conflicts
forsynadm
, and ideally updatepkgver()
to include tags so a versionedprovides
can be used. Here's a complete patch: