summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Urquijo2019-09-19 16:41:57 -0500
committerAndres Urquijo2019-09-19 16:41:57 -0500
commit3a5ee7ac6935531cc8fb8d35dc34bb538a6f042c (patch)
treed858923dfa3c8172be30cb6479c3be5228bcab2e
parentd8f20714be4f0cbe9b44cc0b4a8d1b54f6e4c056 (diff)
downloadaur-3a5ee7ac6935531cc8fb8d35dc34bb538a6f042c.tar.gz
add glu as dependencie and remove wxgtk
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3759b1a8d59..571fc3ae410f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mathgl
pkgdesc = A library for making high-quality scientific graphics
pkgver = 2.4.4
- pkgrel = 1
+ pkgrel = 2
url = http://mathgl.sourceforge.net
arch = i686
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = mathgl
depends = python2-numpy
depends = freeglut
depends = gsl
- depends = wxgtk
depends = qt5-base
+ depends = glu
source = https://sourceforge.net/projects/mathgl/files/mathgl/mathgl%202.4.4/mathgl-2.4.4.tar.gz
md5sums = cbf9bcb4db6c78bda7902d36b9843d7b
diff --git a/PKGBUILD b/PKGBUILD
index 72e1c8e5aae7..e03676cf9f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer : Andres Urquijo <alfagalileox@gmail.com>
pkgname=mathgl
pkgver=2.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="A library for making high-quality scientific graphics"
arch=('i686' 'x86_64')
url="http://${pkgname}.sourceforge.net"
license=('GPL3')
depends=('libpng' 'libharu' 'python2' 'hdf5' 'texlive-bin' 'texlive-core' 'python2-numpy'
- 'freeglut' 'gsl' 'wxgtk' 'qt5-base' )
+ 'freeglut' 'gsl' 'qt5-base' 'glu')
makedepends=( 'cmake' 'swig')
source=("https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname%20$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('cbf9bcb4db6c78bda7902d36b9843d7b')