summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-09-04 11:43:49 +0200
committerHector Mtz-Seara2017-09-04 11:43:49 +0200
commit46b906d35d262a0c95ef793dd4cf507590ea7495 (patch)
treec4c5191bbf50ccb727d42fcf0c73d0d62462e514 /PKGBUILD
parent16c348e4fa39514ee3c9c392a3d636105ac6de7f (diff)
downloadaur-gromacs-4.5-complete.tar.gz
Remove lesstif and libX11 dependencies which are only needed by gmx view
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 920f3642caa1..cf48d306751b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gromacs-4.5-complete
pkgver=4.5.7
-pkgrel=1
+pkgrel=2
pkgdesc='A versatile package to perform molecular dynamics. Last stable release of 4.5.x version series. Single and Double precision; Sources; Doxygen documentation'
url='http://www.gromacs.org/'
license=("GPL")
arch=('i686' 'x86_64')
-depends=('fftw' 'lesstif' 'perl' 'libxml2' 'libsm' 'libx11' 'doxygen')
+depends=('fftw' 'perl' 'libxml2' 'libsm' 'doxygen')
options=('!libtool')
makedepends=('cmake')
source=(ftp://ftp.gromacs.org/pub/gromacs/gromacs-$pkgver.tar.gz)