summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndres Urquijo2019-03-14 10:11:20 -0500
committerAndres Urquijo2019-03-14 10:11:20 -0500
commite8a11f95d741806453d66b926ec02f3a4a386014 (patch)
tree73dadf629464e7eb36d5cc50c5b824a5f1f9bb01 /PKGBUILD
parent341b215d86c68976331e3b858653ddf4fca6302d (diff)
downloadaur-e8a11f95d741806453d66b926ec02f3a4a386014.tar.gz
update to version 2.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"