summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2020-04-21 20:16:38 +0200
committerMaxime Gauduin2020-04-21 20:16:38 +0200
commitde921de0c71d9131c6b0593465f7cfc92c906097 (patch)
tree2ac18a78ae331c6701f8f0b480ba4392718ccefb /PKGBUILD
parent1a05fe7730ebd5bee28550fc3fc4252e6ffe3bcb (diff)
downloadaur-de921de0c71d9131c6b0593465f7cfc92c906097.tar.gz
add clinfo to optdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2aeebb21e84..bb171bf0cce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=foldingathome
pkgver=7.6.9
-pkgrel=5
+pkgrel=6
pkgdesc='A distributed computing project for simulating protein dynamics'
arch=(x86_64)
url=https://foldingathome.org/
@@ -16,6 +16,7 @@ depends=(
zlib
)
optdepends=(
+ 'clinfo: for folding with an NVIDIA GPU'
'cuda: for folding with an NVIDIA GPU'
'ocl-icd: for folding with any GPU'
'opencl-amd: for folding with an AMD GPU (>= GCN)'