summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGianluca Montecchi2015-07-08 22:53:05 +0200
committerGianluca Montecchi2015-07-08 22:53:05 +0200
commit3291a9ff381a8ad10c29aed31c11426f694cd2f9 (patch)
treeef8fd68c9453518eb0be65adc69ca8a54057d490 /PKGBUILD
parent5c5e729e861d896641d35f3d9f55572801cfdd6b (diff)
downloadaur-3291a9ff381a8ad10c29aed31c11426f694cd2f9.tar.gz
Added qt5-tools dep and conflicting package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 855feb917ff4..693dfb432359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,11 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
pkgver=2.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="C++ library based on Qt that eases the creation of OpenGL 3D viewers"
url="http://www.libqglviewer.com/"
-depends=('qt5-base' 'glu' 'mesa')
+depends=('qt5-base' 'glu' 'mesa', 'qt5-tools')
+conflicts=('libqglviewer-qt4')
arch=('i686' 'x86_64')
license=('GPL2' 'GPL3' 'custom')
source=("http://www.libqglviewer.com/src/${_pkgname}-${pkgver}.tar.gz" "qglviewer.patch")