summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b1160195e68..db15d1db3046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
-pkgver=2.6.2
-pkgrel=3
+pkgver=2.6.3
+pkgrel=1
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')
@@ -14,8 +14,9 @@ conflicts=('libqglviewer-qt4')
arch=('i686' 'x86_64')
license=('GPL2' 'GPL3' 'custom')
source=("http://www.libqglviewer.com/src/${_pkgname}-${pkgver}.tar.gz" "qglviewer.patch")
-md5sums=('e43959c53a9e0fe5d7bb831326732cd3'
- 'b6e52f6510fbee258e9e30118721e393')
+
+md5sums=('a1c964983a20d73dcfb311890cdba364'
+ '6f6d57309360581c9470fc1d21653d01')
options=(!makeflags)