summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2020-05-10 08:11:05 +0200
committerGuillaume Meunier2020-05-10 08:11:05 +0200
commit191a5182c69a81f1a80e8364bcbe18e349a480ee (patch)
tree291d3f59a67f7f748a9e61e374a36f67a77bcdcb
parenta4bf22a3d58bd59102cb9687bdabc7f6180b8690 (diff)
downloadaur-191a5182c69a81f1a80e8364bcbe18e349a480ee.tar.gz
Version 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8a37e64ed3..7c800f666d21 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.3.2
+ pkgver = 3.4.0
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.3.2.tar.gz
- sha256sums = 150cd89b45bffbcd7643d39bbce282e8fa38307bb5ed25567b79e337376ba1c7
+ source = https://github.com/skypjack/entt/archive/v3.4.0.tar.gz
+ sha256sums = 07086b8c5b1d84a1b76b39b0ce257c36c4f1521b77e664368b3d5ca7c00264e2
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index 4205e10d75df..951197cfc4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.3.2
+pkgver=3.4.0
pkgrel=1
epoch=
pkgdesc="A header-only, tiny and easy to use entity-component system (and much more) written in modern C++"
@@ -19,6 +19,7 @@ install=
changelog=
source=("https://github.com/skypjack/entt/archive/v$pkgver.tar.gz")
+sha256sums=('07086b8c5b1d84a1b76b39b0ce257c36c4f1521b77e664368b3d5ca7c00264e2')
noextract=()
validpgpkeys=()
@@ -40,4 +41,3 @@ package() {
install $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgbase/
}
-sha256sums=('150cd89b45bffbcd7643d39bbce282e8fa38307bb5ed25567b79e337376ba1c7')