summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Montecchi2015-06-26 19:59:38 +0200
committerGianluca Montecchi2015-06-26 19:59:38 +0200
commit365c2c364e7ad65acb1f57ba6c70fe829074f2b9 (patch)
tree92bb17a4e49c6f462fcfc669e6829f0285f907a6
parent63542c9be363561ce1c564a53a745fab6690e328 (diff)
downloadaur-365c2c364e7ad65acb1f57ba6c70fe829074f2b9.tar.gz
Updated to upstream release 2.6.2
-rw-r--r--PKGBUILD8
-rw-r--r--qglviewer.patch6
2 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51197a84ba04..855feb917ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc="C++ library based on Qt that eases the creation of OpenGL 3D viewers"
url="http://www.libqglviewer.com/"
@@ -13,8 +13,10 @@ depends=('qt5-base' 'glu' 'mesa')
arch=('i686' 'x86_64')
license=('GPL2' 'GPL3' 'custom')
source=("http://www.libqglviewer.com/src/${_pkgname}-${pkgver}.tar.gz" "qglviewer.patch")
-md5sums=('2fa216dff83a352bf4bc0ef40b341036'
- '5d27000fc802b7b7125336ccf4735542')
+md5sums=('e43959c53a9e0fe5d7bb831326732cd3'
+ 'b6e52f6510fbee258e9e30118721e393')
+
+
options=(!makeflags)
build()
diff --git a/qglviewer.patch b/qglviewer.patch
index e25e0ce47045..2186fe7098eb 100644
--- a/qglviewer.patch
+++ b/qglviewer.patch
@@ -1,6 +1,6 @@
-diff -rNu libQGLViewer-2.6.0-orig/libQGLViewer-2.6.0.pro libQGLViewer-2.6.02/libQGLViewer-2.6.0.pro
---- libQGLViewer-2.6.1-orig/libQGLViewer-2.6.1.pro 2014-02-13 09:38:59.000000000 +0100
-+++ libQGLViewer-2.6.1/libQGLViewer-2.6.1.pro 2014-03-05 21:32:07.736397390 +0100
+diff -rNu libQGLViewer-2.6.2-orig/libQGLViewer-2.6.2.pro libQGLViewer-2.6.2/libQGLViewer-2.6.2.pro
+--- libQGLViewer-2.6.2-orig/libQGLViewer-2.6.2.pro 2014-02-13 09:38:59.000000000 +0100
++++ libQGLViewer-2.6.2/libQGLViewer-2.6.2.pro 2014-03-05 21:32:07.736397390 +0100
@@ -1,6 +1,6 @@
CONFIG += ordered
TEMPLATE = subdirs