Package Details: flameshot-git r1938.fa29bcb4-1

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: 40
Popularity: 0.47
First Submitted: 2017-07-08 16:07 (UTC)
Last Updated: 2023-11-10 14:16 (UTC)

Dependencies (11)

Required by (4)

Sources (1)

Pinned Comments

GC268DM commented on 2022-05-29 10:40 (UTC)

What worked for me was

pamac checkupdates -a --devel
pamac upgrade -a --devel

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 use pamac, it will not update based on the latest commit automatically and you should do pamac 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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

Feresey commented on 2020-01-19 12:28 (UTC)

Yep, there are a lot of problems but I still using it.

kaur commented on 2019-06-15 12:27 (UTC)

git is missing in makedepends.

j1simon commented on 2019-03-18 10:00 (UTC)

This is a package that is updated with the latest version in the developer's git repository. So this package is NEVER out of date.

<deleted-account> commented on 2018-08-16 15:24 (UTC)

latest git ver also required qt5-svg

j1simon commented on 2018-07-30 20:51 (UTC)

@AlfredoRamos thanks, fixed.

AlfredoRamos commented on 2018-07-30 18:38 (UTC)

Hi,

You can use the INSTALL_ROOT variable to install the package, this way the BASEDIR in qmake won't be needed anymore.

make INSTALL_ROOT="${pkgdir}" install

For more info:

https://github.com/lupoDharkael/flameshot/issues/291

j1simon commented on 2018-02-23 11:26 (UTC)

Thank you for your comments. I have removed 'make' as a dependency but I have left 'qt5-tools' because it isn't part of the' base-devel' group.

Morganamilo commented on 2018-02-22 22:31 (UTC)

To add to my previous comment. Packages in the base-devel group do not need to be listed as dependencies so make can be removed all together.