summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Montecchi2017-07-10 10:03:19 +0200
committerGianluca Montecchi2017-07-10 10:03:19 +0200
commit33862199bb63108cc7486e2a39ed058a60ccd808 (patch)
treeb828e6f02c8bb22a1dfea69317a1a03be606e7ed
parentc43a2ef7f7f8371e4d35a900ff5222aff0dbb4e9 (diff)
downloadaur-33862199bb63108cc7486e2a39ed058a60ccd808.tar.gz
Fixed md5sum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 850427832508..3685b52b8e7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 20 10:04:27 UTC 2017
+# Mon Jul 10 08:02:01 UTC 2017
pkgbase = libqglviewer
pkgdesc = C++ library based on Qt that eases the creation of OpenGL 3D viewers
pkgver = 2.7.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.libqglviewer.com/
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = libqglviewer
conflicts = libqglviewer-qt4
options = !makeflags
source = http://www.libqglviewer.com/src/libQGLViewer-2.7.0.tar.gz
- md5sums = ae006ca4cd1e894bb8719fc213f43e71
+ md5sums = e6f1c37d2dc8343b4c74c88d65eb77c6
pkgname = libqglviewer
diff --git a/PKGBUILD b/PKGBUILD
index cf374b9ee036..723629dd0a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libqglviewer
_pkgname=libQGLViewer
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
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,8 +15,7 @@ arch=('i686' 'x86_64')
license=('GPL2' 'GPL3' 'custom')
source=("http://www.libqglviewer.com/src/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('ae006ca4cd1e894bb8719fc213f43e71')
-
+md5sums=('e6f1c37d2dc8343b4c74c88d65eb77c6')
options=(!makeflags)