summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2021-04-18 17:14:55 +0200
committerGuillaume Meunier2021-04-18 17:14:55 +0200
commita0b794514ad7499d8c79785a0b2854425fd429df (patch)
treecfb27d8375c0217e3d7c4c3c5d590308329691d4
parenta11908a011c619d2efd2a7581e2b63b6a4462fb3 (diff)
downloadaur-a0b794514ad7499d8c79785a0b2854425fd429df.tar.gz
Version 3.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39d095266ce1..37a62588b200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = entt
pkgdesc = A header-only, tiny and easy to use entity-component system (and much more) written in modern C++
- pkgver = 3.5.2
+ pkgver = 3.7.1
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.5.2.tar.gz
- sha256sums = f9271293c44518386c402c9a2188627819748f66302df48af4f6d08e30661036
+ source = https://github.com/skypjack/entt/archive/v3.7.1.tar.gz
+ sha256sums = fe3ce773c17797c0c57ffa97f73902854fcc8e7afc7e09bea373e0c64fa24a23
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index 7dd83b9432cd..c74f95654f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.5.2
+pkgver=3.7.1
pkgrel=1
epoch=
pkgdesc="A header-only, tiny and easy to use entity-component system (and much more) written in modern C++"
@@ -19,7 +19,7 @@ install=
changelog=
source=("https://github.com/skypjack/entt/archive/v$pkgver.tar.gz")
-sha256sums=('f9271293c44518386c402c9a2188627819748f66302df48af4f6d08e30661036')
+sha256sums=('fe3ce773c17797c0c57ffa97f73902854fcc8e7afc7e09bea373e0c64fa24a23')
noextract=()
validpgpkeys=()