summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Pérami2020-09-09 10:37:03 +0200
committerThibaut Pérami2020-09-09 10:37:03 +0200
commit05c2d687009292ef3d1354087af129c7146bd136 (patch)
tree1a29d7451502e165a3e26c34c07b0400d570447a
parentbab7d7927797b4854936668b58ca7bce0080bc8e (diff)
downloadaur-05c2d687009292ef3d1354087af129c7146bd136.tar.gz
Update to 0.6.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7a51bc048ec..400594fd3233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = magic_enum
pkgdesc = Header-only C++17 library, provides static reflection for enums, works with any enum type without any macro or boilerplate code.
- pkgver = 0.6.5
+ pkgver = 0.6.6
pkgrel = 1
url = https://github.com/Neargye/magic_enum
arch = any
license = MIT
makedepends = cmake
makedepends = wget
- source = https://github.com/Neargye/magic_enum/archive/v0.6.5.tar.gz
- sha256sums = 37a69482517c8976cb48cd271da8c6ba92e07ee2ab2bdd7caef4c8158af77359
+ source = https://github.com/Neargye/magic_enum/archive/v0.6.6.tar.gz
+ sha256sums = 1033f9a9315023feebb48f20d5a572149ec72c1e95a52bcf7042a412ff9d2e28
pkgname = magic_enum
diff --git a/PKGBUILD b/PKGBUILD
index d46055a28253..808a2652dd6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Thibaut Pérami <thibaut.perami@ens.fr>
pkgname=magic_enum
-pkgver=0.6.5
+pkgver=0.6.6
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' 'wget')
-source=("https://github.com/Neargye/magic_enum/archive/v0.6.5.tar.gz")
-sha256sums=('37a69482517c8976cb48cd271da8c6ba92e07ee2ab2bdd7caef4c8158af77359')
+source=("https://github.com/Neargye/magic_enum/archive/v${pkgver}.tar.gz")
+sha256sums=('1033f9a9315023feebb48f20d5a572149ec72c1e95a52bcf7042a412ff9d2e28')
build() {
cd "${pkgname}-${pkgver}"