diff options
author | Andres Urquijo | 2016-03-23 19:24:24 -0500 |
---|---|---|
committer | Andres Urquijo | 2016-03-23 19:24:24 -0500 |
commit | 84a02316a9083d6fe55398bfcc74bb3dcafba3f4 (patch) | |
tree | cb659273e2a1edc67dd515b2974ce6a3c050c0b1 /PKGBUILD | |
parent | 689932b9c1bc69b1947feb010597cdd1635c7843 (diff) | |
download | aur-84a02316a9083d6fe55398bfcc74bb3dcafba3f4.tar.gz |
Remove libgl dependence and add qt5 gsl and wxgtk
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ pkgdesc="A library for making high-quality scientific graphics" arch=('i686' 'x86_64') url="http://${pkgname}.sourceforge.net" license=('GPL3') -depends=('libpng' 'libgl' 'libharu' 'python2' 'hdf5' 'texlive-bin' 'texlive-core' 'python2-numpy' 'freeglut') +depends=('libpng' 'libharu' 'python2' 'hdf5' 'texlive-bin' 'texlive-core' 'python2-numpy' + 'freeglut' 'gsl' 'wxgtk' 'qt5-base' ) makedepends=( 'cmake' 'swig') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}%20${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('64c804690e82570cc05b89df9e7c39d4') |