summaryrefslogtreecommitdiff
path: root/community/tiled-qt
diff options
context:
space:
mode:
Diffstat (limited to 'community/tiled-qt')
-rw-r--r--community/tiled-qt/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tiled-qt/PKGBUILD b/community/tiled-qt/PKGBUILD
index 44ffe4486..53be80468 100644
--- a/community/tiled-qt/PKGBUILD
+++ b/community/tiled-qt/PKGBUILD
@@ -2,12 +2,12 @@
# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
pkgname=tiled-qt
pkgver=0.9.0
-pkgrel=1
+pkgrel=4
pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
arch=('i686' 'x86_64')
url='http://mapeditor.org'
license=('GPL')
-depends=('qt' 'libgl' 'gtk-update-icon-cache')
+depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
makedepends=('mesa')
install=${pkgname}.install
source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)