Search Criteria
Package Details: dotdrop 1.10.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotdrop.git (read-only, click to copy) |
---|---|
Package Base: | dotdrop |
Description: | Save your dotfiles once, deploy them everywhere |
Upstream URL: | https://github.com/deadc0de6/dotdrop |
Keywords: | dotfiles |
Licenses: | GPL |
Submitter: | deadc0de6 |
Maintainer: | deadc0de6 |
Last Packager: | deadc0de6 |
Votes: | 14 |
Popularity: | 0.99 |
First Submitted: | 2018-02-07 13:51 (UTC) |
Last Updated: | 2022-08-08 19:25 (UTC) |
Latest Comments
duckunix commented on 2022-08-10 23:52 (UTC)
Thanks for the quick turnaround!
deadc0de6 commented on 2022-08-08 18:47 (UTC)
Thanks for the heads-up. It seems the arch package "python-magic" is now using https://github.com/ahupp/python-magic so I'll just use that: https://github.com/archlinux/svntogit-community/commit/c55536a75b7b19cf33341e40f63d3ae36fbb5940
duckunix commented on 2022-08-07 22:15 (UTC)
python-magic-ahupp has been dropped from the AUR. Since this was switched to handle things back in 2020, now what should we do?
deadc0de6 commented on 2020-11-09 08:23 (UTC)
Thanks, I fixed the PKGBUILD with the new dependency (python-magic-ahupp from aur).
myrovh commented on 2020-11-09 02:47 (UTC)
The version 1.3.7 requires python-magic as a dependency. However the archpkg version of
python-magic
seems to be a different package. I had to manually install python-magic via pip.python-magic-ahupp
from aur might work as an alternative to using pip but I haven't tested it.deadc0de6 commented on 2020-03-24 18:39 (UTC)
fixed!
extmind commented on 2020-03-24 17:58 (UTC)
Please prefix the zsh completion file name with an underscore. It won't load otherwise.
deadc0de6 commented on 2019-10-27 17:14 (UTC) (edited on 2019-10-27 17:19 (UTC) by deadc0de6)
Thanks! I have added the installation of the completion files (bash to
/usr/share/bash-completion/completions/
and zsh to/usr/share/zsh/site-functions/
)hnicke commented on 2019-10-26 00:47 (UTC)
Awesome package! I'm missing the shell completion files. Could you install them to /usr/share/dotglob?