diff options
author | Angelo Theodorou | 2022-08-07 18:00:11 +0200 |
---|---|---|
committer | Angelo Theodorou | 2022-08-07 18:01:25 +0200 |
commit | 8b40cfb40192d48f421b8cb94af81beb9b5b1d34 (patch) | |
tree | 45f8ece1b94fae41ce57444f321cb3b5da522c2a | |
parent | 02f50a174cb0caf7d8762b48403484f7f615fbdd (diff) | |
download | aur-8b40cfb40192d48f421b8cb94af81beb9b5b1d34.tar.gz |
Update to v3.3.1
- Disable compilation with StackTrace library
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 3 | ||||
-rw-r--r-- | stratagus.changelog | 7 |
3 files changed, 10 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = stratagus pkgdesc = A free cross-platform real-time strategy gaming engine - pkgver = 3.3.0 + pkgver = 3.3.1 pkgrel = 1 url = https://github.com/Wargus/stratagus changelog = stratagus.changelog @@ -15,7 +15,7 @@ pkgbase = stratagus depends = libmng depends = libtheora depends = tolua++ - source = stratagus::git+https://github.com/Wargus/stratagus.git#tag=v3.3.0 + source = stratagus::git+https://github.com/Wargus/stratagus.git#tag=v3.3.1 md5sums = SKIP pkgname = stratagus @@ -1,6 +1,6 @@ # Maintainer: Angelo Theodorou <encelo at users dot sourceforge dot net> pkgname=stratagus -pkgver=3.3.0 +pkgver=3.3.1 pkgrel=1 pkgdesc="A free cross-platform real-time strategy gaming engine" arch=('i686' 'x86_64') @@ -21,6 +21,7 @@ build() { -DGAMEDIR=/usr/bin \ -DSBINDIR=/usr/bin \ -DLUA_INCLUDE_DIR=/usr/include/lua5.1 \ + -DWITH_STACKTRACE=OFF \ -Bbuild make -C build diff --git a/stratagus.changelog b/stratagus.changelog index 84336db18818..64b22471fc24 100644 --- a/stratagus.changelog +++ b/stratagus.changelog @@ -1,3 +1,8 @@ +2022-08-07 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net> + + * PKGBUILD : + Disabled compilation with StackTrace library + 2022-03-17 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net> * PKGBUILD : @@ -6,7 +11,7 @@ 2021-03-20 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net> * PKGBUILD : - Update the dependencies array for v3.0.0 + Updated the dependencies array for v3.0.0 2020-08-30 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net> |