summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-09-04 11:41:10 +0200
committerHector Mtz-Seara2017-09-04 11:41:10 +0200
commitce6b7a0a17d6044047a4c8f135418a6f1746a316 (patch)
tree538eca25da29294f9f5e34fec498af9a251d568c /PKGBUILD
parentebf35bead5bb83ef0381a3a3cdb5596757535944 (diff)
downloadaur-ce6b7a0a17d6044047a4c8f135418a6f1746a316.tar.gz
Change lesstif dependency by openmotif
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f66c846d06cd..28d928c3792c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gromacs-4.6-complete
pkgver=4.6.7
-pkgrel=4
+pkgrel=5
pkgdesc='GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.'
url='http://www.gromacs.org/'
license=("GPL")
arch=('i686' 'x86_64')
-depends=('fftw' 'lesstif' 'perl' 'libxml2' 'libsm' 'libx11' 'doxygen')
+depends=('fftw' 'openmotif' 'perl' 'libxml2' 'libsm' 'libx11' 'doxygen')
options=('!libtool')
source=(ftp://ftp.gromacs.org/pub/gromacs/gromacs-${pkgver}.tar.gz
GMXRC.bash.cmakein.patch)