summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2020-09-27 09:43:43 +0200
committerGuillaume Meunier2020-09-27 09:43:43 +0200
commita11908a011c619d2efd2a7581e2b63b6a4462fb3 (patch)
treebf29d503df77047af494b842410e513a34049219
parent314bed965c8825e0bc38c21f34a3bcfc0e5d0d95 (diff)
downloadaur-a11908a011c619d2efd2a7581e2b63b6a4462fb3.tar.gz
Version 3.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ba736994fb6..39d095266ce1 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.1
+ pkgver = 3.5.2
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.5.1.tar.gz
- sha256sums = f442ece6881ec24863e7f0fbdc4bf641e01b0f87955f49dc4687b2fa564e9c83
+ source = https://github.com/skypjack/entt/archive/v3.5.2.tar.gz
+ sha256sums = f9271293c44518386c402c9a2188627819748f66302df48af4f6d08e30661036
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index ad611da1e9dd..7dd83b9432cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.5.1
+pkgver=3.5.2
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=('f442ece6881ec24863e7f0fbdc4bf641e01b0f87955f49dc4687b2fa564e9c83')
+sha256sums=('f9271293c44518386c402c9a2188627819748f66302df48af4f6d08e30661036')
noextract=()
validpgpkeys=()