summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.directory3
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7327f62f361f..02083db005b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 5.0.1
+# Wed Mar 23 23:55:24 UTC 2016
pkgbase = mathgl
pkgdesc = A library for making high-quality scientific graphics
- pkgver = 2.3.3
+ pkgver = 2.3.4
pkgrel = 1
url = http://mathgl.sourceforge.net
arch = i686
@@ -17,8 +19,8 @@ pkgbase = mathgl
depends = texlive-core
depends = python2-numpy
depends = freeglut
- source = http://downloads.sourceforge.net/project/mathgl/mathgl/mathgl%202.3.3/mathgl-2.3.3.tar.gz
- md5sums = c37d6f42d4897675bf89fae635aa6868
+ source = http://downloads.sourceforge.net/project/mathgl/mathgl/mathgl%202.3.4/mathgl-2.3.4.tar.gz
+ md5sums = 64c804690e82570cc05b89df9e7c39d4
pkgname = mathgl
diff --git a/.directory b/.directory
new file mode 100644
index 000000000000..fb547813fcd0
--- /dev/null
+++ b/.directory
@@ -0,0 +1,3 @@
+[Dolphin]
+Timestamp=2016,3,23,18,56,3
+Version=3
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 \