summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent0876ca7db11084f15eadbf1617ece7d9eb701a6a (diff)
downloadaur-2ef9d17594e68dbb53cfac54f7222b6e90172420.tar.gz
Add back qt5-tools as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')