summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGianluca Montecchi2017-06-20 12:05:36 +0200
committerGianluca Montecchi2017-06-20 12:05:36 +0200
commitc43a2ef7f7f8371e4d35a900ff5222aff0dbb4e9 (patch)
tree36ec5d47cc051e3e36fe2343d0a5d71f4c3f0377 /PKGBUILD
parentc755856cb1b9c9e9d4a6ede533cbb2d9ec90c0bb (diff)
downloadaur-c43a2ef7f7f8371e4d35a900ff5222aff0dbb4e9.tar.gz
Updated to latest upstream (2.7.0)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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)