summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2021-03-21 00:39:10 +0100
committerAngelo Theodorou2021-03-21 00:39:10 +0100
commit2e63cca93294d00f8050381aae07556a2709a2c8 (patch)
tree99239e4321f6a537668e1ecace760e101cdfa526
parent9b7d3486dea8952aa239e30bf3f42f207f28778f (diff)
downloadaur-2e63cca93294d00f8050381aae07556a2709a2c8.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
-rw-r--r--stratagus.changelog5
3 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766a19c16c0e..d9ad66cd932f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stratagus
pkgdesc = A free cross-platform real-time strategy gaming engine
- pkgver = 2.4.3
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/Wargus/stratagus
changelog = stratagus.changelog
arch = i686
@@ -10,15 +10,12 @@ pkgbase = stratagus
makedepends = git
makedepends = cmake
makedepends = glu
- depends = libgl
- depends = sdl
- depends = libpng
+ depends = sdl2_image
+ depends = sdl2_mixer
depends = libmng
depends = libtheora
- depends = libmikmod
- depends = sqlite
depends = tolua++
- source = stratagus::git://github.com/Wargus/stratagus.git#tag=v2.4.3
+ source = stratagus::git://github.com/Wargus/stratagus.git#tag=v3.0.0
md5sums = SKIP
pkgname = stratagus
diff --git a/PKGBUILD b/PKGBUILD
index 4f3cae398fc7..309ff81232ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Angelo Theodorou <encelo at users dot sourceforge dot net>
pkgname=stratagus
-pkgver=2.4.3
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="A free cross-platform real-time strategy gaming engine"
arch=('i686' 'x86_64')
url="https://github.com/Wargus/stratagus"
license=('GPL')
-depends=('libgl' 'sdl' 'libpng' 'libmng' 'libtheora' 'libmikmod' 'sqlite' 'tolua++')
+depends=('sdl2_image' 'sdl2_mixer' 'libmng' 'libtheora' 'tolua++')
makedepends=('git' 'cmake' 'glu')
changelog=stratagus.changelog
-source=("stratagus::git://github.com/Wargus/stratagus.git#tag=v2.4.3")
+source=("stratagus::git://github.com/Wargus/stratagus.git#tag=v${pkgver}")
md5sums=('SKIP')
build() {
diff --git a/stratagus.changelog b/stratagus.changelog
index 31902ddec3bf..d5e8379aed26 100644
--- a/stratagus.changelog
+++ b/stratagus.changelog
@@ -1,3 +1,8 @@
+2021-03-20 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Update the dependencies array for v3.0.0
+
2020-08-30 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
* PKGBUILD :