summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Urquijo2018-04-03 20:09:07 -0500
committerAndres Urquijo2018-04-03 20:09:07 -0500
commit341b215d86c68976331e3b858653ddf4fca6302d (patch)
treed46ff8be0b20c11add696dcab17804e1c779095c
parentc055a640c8f4e2b0f0af812466faace8301d2078 (diff)
downloadaur-341b215d86c68976331e3b858653ddf4fca6302d.tar.gz
PKGBUILD for version 2.4.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ad46efb395a..45b7da008a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Andres Urquijo <alfagalileox@gmail.com>
pkgname=mathgl
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc="A library for making high-quality scientific graphics"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('libpng' 'libharu' 'python2' 'hdf5' 'texlive-bin' 'texlive-core' 'pytho
'freeglut' 'gsl' 'wxgtk' 'qt5-base' )
makedepends=( 'cmake' 'swig')
source=("https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname%20$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('4e11da39d6157f204163ae610162918d')
+md5sums=('49eb2436ba0eb5593961657677a18686')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"