summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a7ba129d8c..836e808ecc8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 2 07:02:08 UTC 2017
+# Fri Jun 2 07:13:37 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
@@ -14,7 +14,9 @@ pkgbase = foldingathome-beta
optdepends = opencl-mesa: for folding with an older AMD GPU
optdepends = opencl-amd: for folding with a newer AMD GPU
provides = foldingathome=${pkgver}
+ provides = fahclient=${pkgver}
conflicts = foldingathome
+ conflicts = fahclient
source = https://folding.stanford.edu/releases/beta/release/fahclient/debian-stable-64bit/v7.4/fahclient_7.4.16-64bit-release.tar.bz2
source = foldingathome.service
sha256sums = dade69e217697dd886a241c4400b9aaef0e16e66f510c33ddcde22cd098fec30
diff --git a/PKGBUILD b/PKGBUILD
index eacea2e97612..df296decfb4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ 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')
-conflicts=('foldingathome')
-provides=('foldingathome=${pkgver}')
+conflicts=('foldingathome' 'fahclient')
+provides=('foldingathome=${pkgver}' 'fahclient=${pkgver}')
install=foldingathome.install
source=("https://folding.stanford.edu/releases/beta/release/fahclient/debian-stable-64bit/v7.4/fahclient_${pkgver}-64bit-release.tar.bz2"
"foldingathome.service")