summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Montecchi2017-06-20 12:05:36 +0200
committerGianluca Montecchi2017-06-20 12:05:36 +0200
commitc43a2ef7f7f8371e4d35a900ff5222aff0dbb4e9 (patch)
tree36ec5d47cc051e3e36fe2343d0a5d71f4c3f0377
parentc755856cb1b9c9e9d4a6ede533cbb2d9ec90c0bb (diff)
downloadaur-c43a2ef7f7f8371e4d35a900ff5222aff0dbb4e9.tar.gz
Updated to latest upstream (2.7.0)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6fb41a8f64d..850427832508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 16:51:16 UTC 2017
+# Tue Jun 20 10:04:27 UTC 2017
pkgbase = libqglviewer
pkgdesc = C++ library based on Qt that eases the creation of OpenGL 3D viewers
- pkgver = 2.6.4
- pkgrel = 2
+ pkgver = 2.7.0
+ pkgrel = 1
url = http://www.libqglviewer.com/
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = libqglviewer
depends = qt5-tools
conflicts = libqglviewer-qt4
options = !makeflags
- source = http://www.libqglviewer.com/src/libQGLViewer-2.6.4.tar.gz
- md5sums = f8b4775955a400f42876e86aafe39a71
+ source = http://www.libqglviewer.com/src/libQGLViewer-2.7.0.tar.gz
+ md5sums = ae006ca4cd1e894bb8719fc213f43e71
pkgname = libqglviewer
diff --git a/PKGBUILD b/PKGBUILD
index 35f3bbc91b17..cf374b9ee036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
-pkgver=2.6.4
-pkgrel=2
+pkgver=2.7.0
+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')
@@ -15,7 +15,7 @@ arch=('i686' 'x86_64')
license=('GPL2' 'GPL3' 'custom')
source=("http://www.libqglviewer.com/src/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('f8b4775955a400f42876e86aafe39a71')
+md5sums=('ae006ca4cd1e894bb8719fc213f43e71')
options=(!makeflags)