Search Criteria
Package Details: magic_enum-git 0.9.7.r5.g1a1824d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/magic_enum-git.git (read-only, click to copy) |
---|---|
Package Base: | magic_enum-git |
Description: | Header-only C++17 library, provides static reflection for enums, works with any enum type without any macro or boilerplate code. |
Upstream URL: | https://github.com/Neargye/magic_enum |
Licenses: | MIT |
Conflicts: | magic_enum |
Provides: | magic_enum |
Submitter: | dreieck |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-21 14:08 (UTC) |
Last Updated: | 2024-12-07 19:08 (UTC) |
Required by (7)
- kemai (requires magic_enum) (make)
- kemai-git (requires magic_enum) (make)
- photobroom (requires magic_enum) (make)
- photobroom-git (requires magic_enum) (make)
- shadps4 (requires magic_enum) (make)
- shadps4-git (requires magic_enum) (make)
- zrythm-git (requires magic_enum)
Latest Comments
abouvier commented on 2024-12-07 18:46 (UTC)
Yes,
shadps4-git
since 2 minutes. You could also updatemagic_enum
to the last version to solve the problem.FabioLolix commented on 2024-12-07 18:43 (UTC)
I have seen that, what I'm really saying is the lack of
provides=("magic_enum=$pkgver")
affecting any other package?abouvier commented on 2024-12-07 18:41 (UTC)
I am complaining! The latest version of
magic_enum-git
still not provide the correct base version.FabioLolix commented on 2024-12-07 18:33 (UTC)
When I get a complain I'll look into it, anyway users need to update to the latest version before complaining
abouvier commented on 2024-12-07 18:25 (UTC) (edited on 2024-12-07 18:26 (UTC) by abouvier)
It always needs to be there, otherwise other packages cannot depend on specific base version like
makedepends=('magic_enum>=0.9.7')
.FabioLolix commented on 2024-12-07 18:02 (UTC)
Typically I add
magic_enum=$pkgver
to pkgbuilds that really need it like cups-git otherwise I'm not very concerned about itabouvier commented on 2024-12-07 17:52 (UTC)
You should replace
provides=(magic_enum)
withprovides=("magic_enum=$pkgver")
.