summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteabert2015-06-25 15:52:01 +0200
committersteabert2015-06-25 15:52:01 +0200
commit11ff7b7c8ece3e978cd15c73e6fa4b924f80ea93 (patch)
tree673c94274516acbcfe2d65f142ef52fdd7896621
parent7800b526ddd1b3f76244c4ec4b94e4d1fe9acf06 (diff)
downloadaur-11ff7b7c8ece3e978cd15c73e6fa4b924f80ea93.tar.gz
replace mesa-libgl dependency with libgl
allow for different packages than mesa-libgl to satisfy libgl (e.g. nvidia-libgl)
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4dd231ccfb4..4d9f57b4e82f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
#Contributor: Ricardo Honorato Z.
pkgname=vmd
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Visual Molecular Dynamics"
url="http://www.ks.uiuc.edu/Research/vmd/"
license=('custom')
arch=('i686' 'x86_64')
-depends=('tcsh' 'perl' 'libxi' 'tcl' 'libxinerama' 'mesa-libgl' 'glu')
+depends=('tcsh' 'perl' 'libxi' 'tcl' 'libxinerama' 'libgl' 'glu')
makedepends=('make')
optdepends=('netcdf: MMTK and AMBER 9 trajectories support'
'openbabel: additional file formats support'