diff options
author | Gianluca Montecchi | 2015-07-08 22:53:05 +0200 |
---|---|---|
committer | Gianluca Montecchi | 2015-07-08 22:53:05 +0200 |
commit | 3291a9ff381a8ad10c29aed31c11426f694cd2f9 (patch) | |
tree | ef8fd68c9453518eb0be65adc69ca8a54057d490 | |
parent | 5c5e729e861d896641d35f3d9f55572801cfdd6b (diff) | |
download | aur-3291a9ff381a8ad10c29aed31c11426f694cd2f9.tar.gz |
Added qt5-tools dep and conflicting package
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = libqglviewer pkgdesc = C++ library based on Qt that eases the creation of OpenGL 3D viewers pkgver = 2.6.2 - pkgrel = 1 + pkgrel = 2 url = http://www.libqglviewer.com/ arch = i686 arch = x86_64 @@ -10,7 +10,9 @@ pkgbase = libqglviewer license = custom depends = qt5-base depends = glu - depends = mesa + depends = mesa, + depends = qt5-tools + conflicts = libqglviewer-qt4 options = !makeflags source = http://www.libqglviewer.com/src/libQGLViewer-2.6.2.tar.gz source = qglviewer.patch @@ -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") |