summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {