diff options
author | Gianluca Montecchi | 2020-06-05 14:53:47 +0200 |
---|---|---|
committer | Gianluca Montecchi | 2020-06-05 14:53:47 +0200 |
commit | 4dfa088a263602dbf41cdace3809d523d4068201 (patch) | |
tree | e040eba007bd793d1ab231ad495635e5258eb9a1 /PKGBUILD | |
parent | 8d23569127f14c94fcd2d7219fc91b2116ea788a (diff) | |
download | aur-libqglviewer.tar.gz |
Bumped to 2.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |