summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Meunier2020-05-03 13:00:11 +0200
committerGuillaume Meunier2020-05-03 13:00:11 +0200
commita4bf22a3d58bd59102cb9687bdabc7f6180b8690 (patch)
tree700a2ded5b5d8408f33f735fdb5c591d3821462b
parent22ea6e81cfea221b2393bc79f4edc71905eade2d (diff)
downloadaur-a4bf22a3d58bd59102cb9687bdabc7f6180b8690.tar.gz
Version 3.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ac1999fd85..cd8a37e64ed3 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.0
+ pkgver = 3.3.2
pkgrel = 1
url = https://skypjack.github.io/entt/
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/skypjack/entt/archive/v3.3.0.tar.gz
- sha256sums = d21a45df4960adc86a8f23a8c3c0cea6d2cecc4ef6946a8040e336d8e5266ab3
+ source = https://github.com/skypjack/entt/archive/v3.3.2.tar.gz
+ sha256sums = 150cd89b45bffbcd7643d39bbce282e8fa38307bb5ed25567b79e337376ba1c7
pkgname = entt
diff --git a/PKGBUILD b/PKGBUILD
index ce69e943ed4a..4205e10d75df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Meunier <guillaume.meunier@centraliens.net>
pkgname=entt
pkgbase=entt
-pkgver=3.3.0
+pkgver=3.3.2
pkgrel=1
epoch=
pkgdesc="A header-only, tiny and easy to use entity-component system (and much more) written in modern C++"
@@ -20,7 +20,6 @@ changelog=
source=("https://github.com/skypjack/entt/archive/v$pkgver.tar.gz")
noextract=()
-sha256sums=('d21a45df4960adc86a8f23a8c3c0cea6d2cecc4ef6946a8040e336d8e5266ab3')
validpgpkeys=()
build() {
@@ -40,3 +39,5 @@ package() {
mkdir -p "$pkgdir"/usr/share/licenses/$pkgbase
install $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgbase/
}
+
+sha256sums=('150cd89b45bffbcd7643d39bbce282e8fa38307bb5ed25567b79e337376ba1c7')