summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndres Urquijo2019-09-19 16:41:57 -0500
committerAndres Urquijo2019-09-19 16:41:57 -0500
commit3a5ee7ac6935531cc8fb8d35dc34bb538a6f042c (patch)
treed858923dfa3c8172be30cb6479c3be5228bcab2e /PKGBUILD
parentd8f20714be4f0cbe9b44cc0b4a8d1b54f6e4c056 (diff)
downloadaur-3a5ee7ac6935531cc8fb8d35dc34bb538a6f042c.tar.gz
add glu as dependencie and remove wxgtk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')