summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet2020-08-26 10:17:32 +0200
committerCôme Chilliet2020-08-26 10:17:32 +0200
commit2ef9d17594e68dbb53cfac54f7222b6e90172420 (patch)
tree89a22156f74ea76ac0b3f565fce6a84ca74897bb
parent0876ca7db11084f15eadbf1617ece7d9eb701a6a (diff)
downloadaur-2ef9d17594e68dbb53cfac54f7222b6e90172420.tar.gz
Add back qt5-tools as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 507307785de4..8d23f27e87b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = solarus
pkgdesc = A lightweight, free and open-source game engine for Action-RPGs
pkgver = 1.6.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.solarus-games.org/
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = solarus
depends = openal
depends = physfs
depends = qt5-base
+ depends = qt5-tools
depends = sdl2>=2.0.6
depends = sdl2_image
depends = sdl2_ttf
diff --git a/PKGBUILD b/PKGBUILD
index 5aebe9d0b302..989a5362b408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=solarus
pkgver=1.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight, free and open-source game engine for Action-RPGs"
arch=('i686' 'x86_64')
url="http://www.solarus-games.org/"
@@ -21,6 +21,7 @@ depends=('glm'
'openal'
'physfs'
'qt5-base'
+ 'qt5-tools'
'sdl2>=2.0.6'
'sdl2_image'
'sdl2_ttf')