diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-30 01:37:14 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-30 01:37:14 (GMT) |
commit | 2b833ea0ac484aa1ff2263624be366ad4c3b6b61 (patch) | |
tree | 7439f49641a9115cd03d411931ee10b64fe78c7a /abs/extra-testing/community/foldingathome/PKGBUILD | |
parent | a56552217f33d3ce4d72d65ca19056d45858a4ee (diff) | |
download | linhes_pkgbuild-2b833ea0ac484aa1ff2263624be366ad4c3b6b61.zip linhes_pkgbuild-2b833ea0ac484aa1ff2263624be366ad4c3b6b61.tar.gz linhes_pkgbuild-2b833ea0ac484aa1ff2263624be366ad4c3b6b61.tar.bz2 |
foldingathome: git add run script
Diffstat (limited to 'abs/extra-testing/community/foldingathome/PKGBUILD')
-rw-r--r-- | abs/extra-testing/community/foldingathome/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/community/foldingathome/PKGBUILD b/abs/extra-testing/community/foldingathome/PKGBUILD index ffd256e..7f6cc20 100644 --- a/abs/extra-testing/community/foldingathome/PKGBUILD +++ b/abs/extra-testing/community/foldingathome/PKGBUILD @@ -4,7 +4,7 @@ pkgname=foldingathome pkgver=6.02 -pkgrel=2 +pkgrel=3 pkgdesc="Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases." arch=('i686') url="http://folding.stanford.edu/" @@ -15,7 +15,7 @@ install=foldingathome.install source=(http://www.stanford.edu/group/pandegroup/folding/release/FAH$pkgver-Linux.tgz run) md5sums=('112b3d66909050f1bb990993a1464cb9' - '7e1b3f2a6768b4fbeb415922a1a9c2e6') + '87a3a1cea8fbd420068461ed529d9f05') build() { cd $startdir/src/ |