summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2022-08-07 18:00:11 +0200
committerAngelo Theodorou2022-08-07 18:01:25 +0200
commit8b40cfb40192d48f421b8cb94af81beb9b5b1d34 (patch)
tree45f8ece1b94fae41ce57444f321cb3b5da522c2a
parent02f50a174cb0caf7d8762b48403484f7f615fbdd (diff)
downloadaur-8b40cfb40192d48f421b8cb94af81beb9b5b1d34.tar.gz
Update to v3.3.1
- Disable compilation with StackTrace library
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
-rw-r--r--stratagus.changelog7
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07fe77219b5a..72b7be64bd4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 64f593685b54..73705089aba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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>