summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb84f41d6c2e..7dfd4e1063b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foldingathome
pkgdesc = Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases.
pkgver = 7.4.4
- pkgrel = 3
+ pkgrel = 4
url = http://folding.stanford.edu/
install = foldingathome.install
arch = i686
@@ -9,9 +9,15 @@ pkgbase = foldingathome
license = CUSTOM
depends = glibc
optdepends = opencl-nvidia: for folding with an nVidia GPU
- optdepends = opencl-mesa: for folding with an AMD GPU
+ optdepends = cuda: for folding with an nVidia GPU
+ optdepends = opencl-mesa: for folding with an older AMD GPU
+ optdepends = opencl-amd: for folding with a newer AMD GPU
conflicts = foldingathome-v7
replaces = foldingathome-v7
+ source = https://folding.stanford.edu/releases/public/release/fahclient/debian-testing-64bit/v7.4/fahclient_7.4.4-64bit-release.tar.bz2
+ source = foldingathome.service
+ md5sums = 3a068d236d3a508a2a98a4a161fa14e2
+ md5sums = dd55dbae3fbe56f90bed0e40f2b0de3c
pkgname = foldingathome
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