summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndres Urquijo2016-03-23 18:56:33 -0500
committerAndres Urquijo2016-03-23 18:56:33 -0500
commit689932b9c1bc69b1947feb010597cdd1635c7843 (patch)
treec82a06fbee5df499446e14f2fba7eb4960a64034 /PKGBUILD
parent75355021c5b092cafe67fa87ad5c47f8fceaa403 (diff)
downloadaur-689932b9c1bc69b1947feb010597cdd1635c7843.tar.gz
All
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b96ad888782b..482caff98b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Andres Urquijo <alfagalileox@gmail.com>
pkgname=mathgl
-pkgver=2.3.3
+pkgver=2.3.4
pkgrel=1
pkgdesc="A library for making high-quality scientific graphics"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('libpng' 'libgl' 'libharu' 'python2' 'hdf5' 'texlive-bin' 'texlive-core' 'python2-numpy' 'freeglut')
makedepends=( 'cmake' 'swig')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}%20${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c37d6f42d4897675bf89fae635aa6868')
+md5sums=('64c804690e82570cc05b89df9e7c39d4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,8 +22,8 @@ build() {
-Denable-json-sample=OFF \
-Denable-mgltex=ON \
-Denable-opengl=ON \
- -Denable-doc-pdf-en=ON \
- -Denable-all-docs=ON \
+ -Denable-doc-pdf-en=OFF \
+ -Denable-all-docs=OFF \
-Denable-gif=ON \
-Denable-glut=ON \
-Denable-hdf5=ON \