summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Montecchi2017-12-11 18:49:30 +0100
committerGianluca Montecchi2017-12-11 18:49:30 +0100
commit8d23569127f14c94fcd2d7219fc91b2116ea788a (patch)
treeaa266d3ceee03cfd8ca4a4ff5e344f71918a53a4
parent33862199bb63108cc7486e2a39ed058a60ccd808 (diff)
downloadaur-8d23569127f14c94fcd2d7219fc91b2116ea788a.tar.gz
Updated to upstream version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3685b52b8e7f..c963555798a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 10 08:02:01 UTC 2017
+# Mon Dec 11 17:49:13 UTC 2017
pkgbase = libqglviewer
pkgdesc = C++ library based on Qt that eases the creation of OpenGL 3D viewers
- pkgver = 2.7.0
- pkgrel = 2
+ pkgver = 2.7.1
+ 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.7.0.tar.gz
- md5sums = e6f1c37d2dc8343b4c74c88d65eb77c6
+ source = http://www.libqglviewer.com/src/libQGLViewer-2.7.1.tar.gz
+ md5sums = 268543c47c04f279ec784e443651188f
pkgname = libqglviewer
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)