summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.directory4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9343f4302cb1..b1b2bf8f497c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mathgl
pkgdesc = A library for making high-quality scientific graphics
- pkgver = 2.4.2
+ pkgver = 2.4.3
pkgrel = 1
url = http://mathgl.sourceforge.net
arch = i686
@@ -19,8 +19,8 @@ pkgbase = mathgl
depends = gsl
depends = wxgtk
depends = qt5-base
- source = https://sourceforge.net/projects/mathgl/files/mathgl/mathgl%202.4.2/mathgl-2.4.2.tar.gz
- md5sums = 49eb2436ba0eb5593961657677a18686
+ source = https://sourceforge.net/projects/mathgl/files/mathgl/mathgl%202.4.3/mathgl-2.4.3.tar.gz
+ md5sums = fd055c54b5f8c7a8868ae5830a704d0b
pkgname = mathgl
diff --git a/.directory b/.directory
index fb547813fcd0..08d668b3ab05 100644
--- a/.directory
+++ b/.directory
@@ -1,3 +1,3 @@
[Dolphin]
-Timestamp=2016,3,23,18,56,3
-Version=3
+Timestamp=2019,3,14,8,15,21
+Version=4
diff --git a/PKGBUILD b/PKGBUILD
index 45b7da008a89..4bc1d3d44e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Andres Urquijo <alfagalileox@gmail.com>
pkgname=mathgl
-pkgver=2.4.2
+pkgver=2.4.3
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=('49eb2436ba0eb5593961657677a18686')
+md5sums=('fd055c54b5f8c7a8868ae5830a704d0b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"