summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGianluca Montecchi2015-07-21 22:38:23 +0200
committerGianluca Montecchi2015-07-21 22:38:23 +0200
commit829a1d801ec603b931f64109fe98316fde527b62 (patch)
tree342be560f8bc3d7c118bcac1641c69541699b0ae /PKGBUILD
parent3291a9ff381a8ad10c29aed31c11426f694cd2f9 (diff)
downloadaur-829a1d801ec603b931f64109fe98316fde527b62.tar.gz
Fixed dependency list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 693dfb432359..1b1160195e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
pkgver=2.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="C++ library based on Qt that eases the creation of OpenGL 3D viewers"
url="http://www.libqglviewer.com/"
-depends=('qt5-base' 'glu' 'mesa', 'qt5-tools')
+depends=('qt5-base' 'glu' 'mesa' 'qt5-tools')
conflicts=('libqglviewer-qt4')
arch=('i686' 'x86_64')
license=('GPL2' 'GPL3' 'custom')