summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae8ec1a006d1..bbefecf9b70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=foldingathome
pkgver=7.6.8
-pkgrel=6
+pkgrel=7
pkgdesc='A distributed computing project for simulating protein dynamics'
arch=(x86_64)
url=https://foldingathome.org/
@@ -17,8 +17,9 @@ depends=(
)
optdepends=(
'cuda: for folding with an NVIDIA GPU'
- 'opencl-amd: for folding with a newer AMD GPU'
- 'opencl-mesa: for folding with an older AMD GPU'
+ 'ocl-icd: for folding with any GPU'
+ 'opencl-amd: for folding with an AMD GPU (>= GCN)'
+ 'opencl-mesa: for folding with an AMD GPU (< GCN)'
'opencl-nvidia: for folding with an NVIDIA GPU'
)
backup=(etc/foldingathome/config.xml)
@@ -29,7 +30,7 @@ source=(
GPUs.txt
)
sha256sums=('588253c0042dcb0a6b97c9e16ccb8189b316df051094be4202881120255e5d31'
- '7fbd762d4724c108e7fdb58d4beedd406db9b5930a41e291e681725610bbcf79'
+ 'c6d5fd1072e6f12818c9d9363e416e2bb65331e59add3dd8a99651282e9abb3c'
'5944a6df06b42c5edd4e5f0922f16e3f04cb755bd248d0e610c9262f3814aff9')
package() {