summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2020-09-01 20:48:51 +0200
committerGuillaume Meunier2020-09-01 20:48:51 +0200
commit236893db520fbc1774987752815f985db5ec6cae (patch)
tree4625311191e63b285d7a88c42dc757c9385567c3
parent191a5182c69a81f1a80e8364bcbe18e349a480ee (diff)
downloadaur-236893db520fbc1774987752815f985db5ec6cae.tar.gz
Version 3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c800f666d21..8f4c9a4b60ee 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.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.4.0.tar.gz
- sha256sums = 07086b8c5b1d84a1b76b39b0ce257c36c4f1521b77e664368b3d5ca7c00264e2
+ source = https://github.com/skypjack/entt/archive/v3.5.0.tar.gz
+ sha256sums = 89cba5ddf90bcec0dcf8d9554d9acf5ad86f5ce305e3acacf795007ee65c93f8
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index 951197cfc4c4..9f7c6d7cad08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.4.0
+pkgver=3.5.0
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=('07086b8c5b1d84a1b76b39b0ce257c36c4f1521b77e664368b3d5ca7c00264e2')
+sha256sums=('89cba5ddf90bcec0dcf8d9554d9acf5ad86f5ce305e3acacf795007ee65c93f8')
noextract=()
validpgpkeys=()