summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb53563ef17b..59dd2496e2b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jun 2 08:32:18 UTC 2017
+# Mon Oct 16 11:25:58 UTC 2017
pkgbase = foldingathome-beta
pkgdesc = Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases - beta version.
pkgver = 7.4.16
- pkgrel = 3
+ pkgrel = 4
url = http://folding.stanford.edu/
install = foldingathome.install
arch = x86_64
license = CUSTOM
depends = glibc
- optdepends = opencl-nvidia: for folding with an nVidia 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
+ optdepends = opencl-icd-loader: for folding with a GPU
+ optdepends = opencl-driver: for folding with a GPU (choose Nvidia/AMD/Mesa package which matches your GPU)
provides = foldingathome=7.4.16
provides = fahclient=7.4.16
conflicts = foldingathome
diff --git a/PKGBUILD b/PKGBUILD
index ef419ce79291..b9b123cdd682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,14 @@
pkgname=foldingathome-beta
pkgver=7.4.16
-pkgrel=3
+pkgrel=4
pkgdesc="Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases - beta version."
arch=('x86_64')
url="http://folding.stanford.edu/"
license=('CUSTOM')
depends=('glibc')
-optdepends=('opencl-nvidia: for folding with an nVidia 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')
+optdepends=('opencl-icd-loader: for folding with a GPU'
+ 'opencl-driver: for folding with a GPU (choose Nvidia/AMD/Mesa package which matches your GPU)')
conflicts=('foldingathome' 'fahclient')
provides=('foldingathome=7.4.16' 'fahclient=7.4.16')
install=foldingathome.install
@@ -21,9 +19,6 @@ source=("https://folding.stanford.edu/releases/beta/release/fahclient/debian-sta
sha256sums=('dade69e217697dd886a241c4400b9aaef0e16e66f510c33ddcde22cd098fec30'
'ad1bb4f104bc3446db7bb91a7d199bfeda5d80e15e08fe17bc69de1c276e2010')
-# Moronic server
-#DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
-
package() {
cd ${srcdir}