summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Montecchi2015-09-01 22:15:12 +0200
committerGianluca Montecchi2015-09-01 22:15:12 +0200
commit3c7a59ac96c286bcd3a90e50ee55b7f564ef480d (patch)
treeb62cd5fcd89629611a996ba68e3c6b74c225295b
parent829a1d801ec603b931f64109fe98316fde527b62 (diff)
downloadaur-3c7a59ac96c286bcd3a90e50ee55b7f564ef480d.tar.gz
Updated to 2.6.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
-rw-r--r--qglviewer.patch6
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88b2fe33c1bf..afd7a3cde7aa 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 = 3
+ pkgver = 2.6.3
+ pkgrel = 1
url = http://www.libqglviewer.com/
arch = i686
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = libqglviewer
depends = qt5-tools
conflicts = libqglviewer-qt4
options = !makeflags
- source = http://www.libqglviewer.com/src/libQGLViewer-2.6.2.tar.gz
+ source = http://www.libqglviewer.com/src/libQGLViewer-2.6.3.tar.gz
source = qglviewer.patch
- md5sums = e43959c53a9e0fe5d7bb831326732cd3
- md5sums = b6e52f6510fbee258e9e30118721e393
+ md5sums = a1c964983a20d73dcfb311890cdba364
+ md5sums = 6f6d57309360581c9470fc1d21653d01
pkgname = libqglviewer
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)
diff --git a/qglviewer.patch b/qglviewer.patch
index 2186fe7098eb..c11e2f7c3fb7 100644
--- a/qglviewer.patch
+++ b/qglviewer.patch
@@ -1,6 +1,6 @@
-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
+diff -rNu libQGLViewer-2.6.2-orig/libQGLViewer-2.6.3.pro libQGLViewer-2.6.3/libQGLViewer-2.6.2.pro
+--- libQGLViewer-2.6.2-orig/libQGLViewer-2.6.3.pro 2014-02-13 09:38:59.000000000 +0100
++++ libQGLViewer-2.6.2/libQGLViewer-2.6.3.pro 2014-03-05 21:32:07.736397390 +0100
@@ -1,6 +1,6 @@
CONFIG += ordered
TEMPLATE = subdirs