summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGianluca Montecchi2017-12-11 18:49:30 +0100
committerGianluca Montecchi2017-12-11 18:49:30 +0100
commit8d23569127f14c94fcd2d7219fc91b2116ea788a (patch)
treeaa266d3ceee03cfd8ca4a4ff5e344f71918a53a4 /PKGBUILD
parent33862199bb63108cc7486e2a39ed058a60ccd808 (diff)
downloadaur-8d23569127f14c94fcd2d7219fc91b2116ea788a.tar.gz
Updated to upstream version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 723629dd0a3b..6d806243cc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.7.1
+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=('e6f1c37d2dc8343b4c74c88d65eb77c6')
+md5sums=('268543c47c04f279ec784e443651188f')
options=(!makeflags)