diff options
author | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
commit | 807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch) | |
tree | 80b0599366bffbfa57def09ed036e6ad635f1796 /community/gromacs | |
parent | 0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff) |
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'community/gromacs')
-rw-r--r-- | community/gromacs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gromacs/PKGBUILD b/community/gromacs/PKGBUILD index afc51016d..aa23037a5 100644 --- a/community/gromacs/PKGBUILD +++ b/community/gromacs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 43416 2011-03-25 21:35:12Z ebelanger $ +# $Id: PKGBUILD 57441 2011-10-27 20:16:45Z lcarlier $ # Maintainer: Abhishek Dasgupta <abhidg@gmail.com> # Contributor: Ricardo <rikardo.horo@gmail.com> pkgname=gromacs -pkgver=4.5.4 +pkgver=4.5.5 pkgrel=1 pkgdesc='A fast Molecular Dynamics program based on the GROMOS force field' url='http://www.gromacs.org/' @@ -12,8 +12,8 @@ arch=('i686' 'x86_64') depends=('fftw' 'lesstif' 'perl' 'libxml2' 'libsm' 'libx11') options=('!libtool') source=(ftp://ftp.gromacs.org/pub/gromacs/${pkgname}-${pkgver}.tar.gz) -md5sums=('5013de941017e014b92d41f82c7e86d6') -sha1sums=('c7b3fbd2f3ddf915bc082e7effe76a8276563726') +md5sums=('6a87e7cdfb25d81afa9fea073eb28468') +sha1sums=('ce4b4f9a0453dd2ffea72f28ea0bc7bb7a72f479') build() { cd "${srcdir}/${pkgname}-${pkgver}" |