https://github.com/zsh-users/zsh-completions/issues/762
Until this is fixed, you can use the --overwrite flag when installing.
Git Clone URL: | https://aur.archlinux.org/flameshot-git.git (read-only, click to copy) |
---|---|
Package Base: | flameshot-git |
Description: | Powerful yet simple to use screenshot software |
Upstream URL: | https://github.com/flameshot-org/flameshot |
Keywords: | screenshot |
Licenses: | GPL |
Conflicts: | flameshot |
Provides: | flameshot |
Submitter: | j1simon |
Maintainer: | mehrad (borgman_jeremy) |
Last Packager: | mehrad |
Votes: | 44 |
Popularity: | 1.07 |
First Submitted: | 2017-07-08 16:07 (UTC) |
Last Updated: | 2023-11-10 14:16 (UTC) |
https://github.com/zsh-users/zsh-completions/issues/762
Until this is fixed, you can use the --overwrite flag when installing.
How can I manually remove the zsh-completions?
conflicting files:
- flameshot-git: /usr/share/zsh/site-functions/_flameshot already exists in filesystem (owned by zsh-completions)
error: failed to commit transaction (conflicting files)
flameshot-git: /usr/share/zsh/site-functions/_flameshot exists in filesystem (owned by zsh-completions)
Errors occurred, no packages were upgraded.
Since flameshot will provide its own zsh completions, we should wait until the official release and create a ticket for zsh-completions to delete on their side.
@Feresey The build should be stable now. Let me know if you have any build issues and I'll fix it ASAP.
@wcasanova, I'll update this when it can be built.
@Feresey, qt5-svg
is needed on runtime.
@mgisbers, qt5svg is a dependency for build or runtime?
@Feresey, just install a core archlinux, download PKGBUILD
from AUR and try to run makepkg
. It will fail because of git
missing. Installing other AUR packages not using git
will run successfully.
@mgisbers, how you can use aur withont git?
Pinned Comments
GC268DM commented on 2022-05-29 10:40 (UTC)
What worked for me was
Where -a stands for aur and --devel for development packages.
Since the --devel flag checks if behind the development packages (like "*-git" packages) there are any newer versions, it will update to the latest version of the package in git and not require and update on the aur listing
mehrad commented on 2022-01-19 10:26 (UTC) (edited on 2022-01-19 10:28 (UTC) by mehrad)
Please stop flagging this AUR as out-of-date unless you have tried these:
If you use a proper AUR helper (e.g
paru
,yay
) this AUR will be use the latest commit of the Github repo. If you usepamac
, it will not update based on the latest commit automatically and you should dopamac install --upgrade flameshot-git
to force it to check for upgrades. Therefore, this AUR cannot become out-of-date unless the Github URL or dependencies get out of date.