diff options
author | FabioLolix | 2024-12-07 20:08:25 +0100 |
---|---|---|
committer | FabioLolix | 2024-12-07 20:08:25 +0100 |
commit | fb4cf558e246168ddb4b2766ce12afb947435239 (patch) | |
tree | 3d008b708ee538ae4466093872ec196daffc519a | |
parent | 637a3bff41681aeaa80f50ee2c01297b023f46c4 (diff) | |
download | aur-magic_enum-git.tar.gz |
revision
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ pkgbase = magic_enum-git pkgdesc = Header-only C++17 library, provides static reflection for enums, works with any enum type without any macro or boilerplate code. - pkgver = 0.9.3.r1.g4904822 - pkgrel = 2 + pkgver = 0.9.7.r5.g1a1824d + pkgrel = 1 url = https://github.com/Neargye/magic_enum arch = any license = MIT makedepends = cmake makedepends = git provides = magic_enum - conflicts = magic_enum + conflicts = magic_enum=0.9.7.r5.g1a1824d source = git+https://github.com/Neargye/magic_enum.git sha256sums = SKIP @@ -3,15 +3,15 @@ # Contributor: Thibaut Pérami (https://aur.archlinux.org/account/tperami) pkgname=magic_enum-git -pkgver=0.9.3.r1.g4904822 -pkgrel=2 +pkgver=0.9.7.r5.g1a1824d +pkgrel=1 pkgdesc="Header-only C++17 library, provides static reflection for enums, works with any enum type without any macro or boilerplate code." arch=(any) url="https://github.com/Neargye/magic_enum" license=(MIT) makedepends=(cmake git) provides=(magic_enum) -conflicts=(magic_enum) +conflicts=(magic_enum=${pkgver}) source=("git+https://github.com/Neargye/magic_enum.git") sha256sums=('SKIP') |