summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Montecchi2015-07-21 22:38:23 +0200
committerGianluca Montecchi2015-07-21 22:38:23 +0200
commit829a1d801ec603b931f64109fe98316fde527b62 (patch)
tree342be560f8bc3d7c118bcac1641c69541699b0ae
parent3291a9ff381a8ad10c29aed31c11426f694cd2f9 (diff)
downloadaur-829a1d801ec603b931f64109fe98316fde527b62.tar.gz
Fixed dependency list
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10c87660e7e5..88b2fe33c1bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 = 2
+ pkgrel = 3
url = http://www.libqglviewer.com/
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = libqglviewer
license = custom
depends = qt5-base
depends = glu
- depends = mesa,
+ depends = mesa
depends = qt5-tools
conflicts = libqglviewer-qt4
options = !makeflags
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')