summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Montecchi2020-06-05 14:53:47 +0200
committerGianluca Montecchi2020-06-05 14:53:47 +0200
commit4dfa088a263602dbf41cdace3809d523d4068201 (patch)
treee040eba007bd793d1ab231ad495635e5258eb9a1
parent8d23569127f14c94fcd2d7219fc91b2116ea788a (diff)
downloadaur-4dfa088a263602dbf41cdace3809d523d4068201.tar.gz
Bumped to 2.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c963555798a9..c0bac6d28d47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 11 17:49:13 UTC 2017
+# Fri Jun 5 12:53:28 UTC 2020
pkgbase = libqglviewer
pkgdesc = C++ library based on Qt that eases the creation of OpenGL 3D viewers
- pkgver = 2.7.1
+ pkgver = 2.7.2
pkgrel = 1
url = http://www.libqglviewer.com/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = libqglviewer
depends = qt5-tools
conflicts = libqglviewer-qt4
options = !makeflags
- source = http://www.libqglviewer.com/src/libQGLViewer-2.7.1.tar.gz
- md5sums = 268543c47c04f279ec784e443651188f
+ source = http://www.libqglviewer.com/src/libQGLViewer-2.7.2.tar.gz
+ md5sums = a9d965d1ce41f7db6b34f440bb74f061
pkgname = libqglviewer
diff --git a/PKGBUILD b/PKGBUILD
index 6d806243cc38..9afc77e6f2c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
-pkgver=2.7.1
+pkgver=2.7.2
pkgrel=1
pkgdesc="C++ library based on Qt that eases the creation of OpenGL 3D viewers"
url="http://www.libqglviewer.com/"
@@ -15,7 +15,7 @@ arch=('i686' 'x86_64')
license=('GPL2' 'GPL3' 'custom')
source=("http://www.libqglviewer.com/src/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('268543c47c04f279ec784e443651188f')
+md5sums=('a9d965d1ce41f7db6b34f440bb74f061')
options=(!makeflags)