summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f521dbff0eff..bb84f41d6c2e 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 = 2
+ pkgrel = 3
url = http://folding.stanford.edu/
install = foldingathome.install
arch = i686
@@ -9,6 +9,7 @@ pkgbase = foldingathome
license = CUSTOM
depends = glibc
optdepends = opencl-nvidia: for folding with an nVidia GPU
+ optdepends = opencl-mesa: for folding with an AMD GPU
conflicts = foldingathome-v7
replaces = foldingathome-v7
diff --git a/PKGBUILD b/PKGBUILD
index 38e5bd879cae..c7391360bf48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=foldingathome
pkgver=7.4.4
-pkgrel=2
+pkgrel=3
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')
+optdepends=('opencl-nvidia: for folding with an nVidia GPU'
+ 'opencl-mesa: for folding with an AMD GPU')
replaces=('foldingathome-v7')
conflicts=('foldingathome-v7')
install=foldingathome.install
@@ -22,13 +23,13 @@ DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
if [ "$CARCH" = "i686" ]; then
-source=(https://fah-web.stanford.edu/file-releases/public/release/fahclient/debian-testing-32bit/v7.4/fahclient_7.4.4-32bit-release.tar.bz2
+source=(https://folding.stanford.edu/releases/public/release/fahclient/debian-testing-32bit/v7.4/fahclient_7.4.4-32bit-release.tar.bz2
foldingathome.service)
md5sums=('cfc23aeb72efed82289b53a055618dfc' 'dd55dbae3fbe56f90bed0e40f2b0de3c')
elif [ "$CARCH" = "x86_64" ]; then
-source=(https://fah-web.stanford.edu/file-releases/public/release/fahclient/debian-testing-64bit/v7.4/fahclient_7.4.4-64bit-release.tar.bz2
+source=(https://folding.stanford.edu/releases/public/release/fahclient/debian-testing-64bit/v7.4/fahclient_7.4.4-64bit-release.tar.bz2
foldingathome.service)
md5sums=('3a068d236d3a508a2a98a4a161fa14e2' 'dd55dbae3fbe56f90bed0e40f2b0de3c')
fi