summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul B2015-11-05 18:31:49 +0200
committerPaul B2015-11-05 18:31:49 +0200
commit24379585c1846b8150527a006a64a9831bc3d564 (patch)
tree6871096d345fa1037833b8f740ee4bd35e6822f4 /PKGBUILD
parent06479935e78fa623d5864ea4a5e95db90cdf4194 (diff)
downloadaur-24379585c1846b8150527a006a64a9831bc3d564.tar.gz
Update to 7.4.4-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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