summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ecc122d3821..13843906e232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = solarus
pkgdesc = An open-source Zelda-like 2D game engine used by the games zsxd and zsdx.
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.solarus-engine.org/
arch = i686
arch = x86_64
@@ -15,6 +15,8 @@ pkgbase = solarus
depends = openal
depends = libvorbis
depends = libmodplug
+ depends = qt5-tools
+ depends = qt5-base
optdepends = zsxd
optdepends = zsdx
optdepends = zelda-roth-se
diff --git a/PKGBUILD b/PKGBUILD
index 02031b57e494..0865bdde60ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
pkgname=solarus
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="An open-source Zelda-like 2D game engine used by the games zsxd and zsdx."
arch=('i686' 'x86_64')
url="http://www.solarus-engine.org/"
license=('GPL')
groups=()
-depends=('luajit' 'sdl2_image' 'sdl2_ttf' 'physfs' 'openal' 'libvorbis' 'libmodplug')
+depends=('luajit' 'sdl2_image' 'sdl2_ttf' 'physfs' 'openal' 'libvorbis' 'libmodplug' 'qt5-tools' 'qt5-base')
makedepends=('cmake' 'zip')
checkdepends=()
optdepends=('zsxd' 'zsdx' 'zelda-roth-se')