summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenObiWan2016-08-18 21:40:15 +0100
committerBenObiWan2016-08-18 21:40:15 +0100
commitf9e2cecbc7f1cc5ea568e73693dd2a136e75f3e7 (patch)
treebf1e51b74ec948eedb921e6c582893a8f586d150
parent3871e60ea9c43ff6af5f248cbc061b8b56e2caaa (diff)
downloadaur-f9e2cecbc7f1cc5ea568e73693dd2a136e75f3e7.tar.gz
Added qt5 dependencies.
-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')