summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul B2017-05-24 20:45:23 +0300
committerPaul B2017-05-24 20:45:23 +0300
commit9cc81d11b099d9d76cb0d16eafaa9467cadc234f (patch)
treeee35db2a491d2653aeb62a384510695edbc369b9 /PKGBUILD
parent24379585c1846b8150527a006a64a9831bc3d564 (diff)
downloadaur-9cc81d11b099d9d76cb0d16eafaa9467cadc234f.tar.gz
cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7391360bf48..62c589c0f46a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,16 @@
pkgname=foldingathome
pkgver=7.4.4
-pkgrel=3
+pkgrel=4
pkgdesc="Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases."
arch=('i686' 'x86_64')
url="http://folding.stanford.edu/"
license=('CUSTOM')
depends=('glibc')
optdepends=('opencl-nvidia: for folding with an nVidia GPU'
- 'opencl-mesa: for folding with an AMD GPU')
+ 'cuda: for folding with an nVidia GPU'
+ 'opencl-mesa: for folding with an older AMD GPU'
+ 'opencl-amd: for folding with a newer AMD GPU')
replaces=('foldingathome-v7')
conflicts=('foldingathome-v7')
install=foldingathome.install