summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien Flament2016-10-11 13:34:06 +0200
committerDamien Flament2016-10-11 13:34:06 +0200
commitcc8b3cf24ed3939321b9c149d891faac506a944e (patch)
tree58ddf443d9a5f7bb20103937ea87b63c7c7f9dbb /PKGBUILD
parentb0f7c67ef0fb0cc713d83182c20541785a8b14a8 (diff)
downloadaur-cc8b3cf24ed3939321b9c149d891faac506a944e.tar.gz
Support Qt5.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d88ae6a04785..f6ed2c486cdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A 2D CAD drawing tool based on the community edition of QCad."
arch=('i686' 'x86_64')
url="http://librecad.org"
license=('GPL')
-depends=('qt4' 'boost' 'muparser')
+depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'boost' 'muparser')
makedepends=('git')
provides=('librecad')
conflicts=('librecad')