summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2024-12-07 20:08:25 +0100
committerFabioLolix2024-12-07 20:08:25 +0100
commitfb4cf558e246168ddb4b2766ce12afb947435239 (patch)
tree3d008b708ee538ae4466093872ec196daffc519a
parent637a3bff41681aeaa80f50ee2c01297b023f46c4 (diff)
downloadaur-magic_enum-git.tar.gz
revision
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04f56759115..b43105d70f88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6c2fab61b5d3..de2349f5bf0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')