summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 836e808ecc8c..9c852a127a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 2 07:13:37 UTC 2017
+# Fri Jun 2 07:31:45 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 = 1
+ pkgrel = 2
url = http://folding.stanford.edu/
install = foldingathome.install
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = foldingathome-beta
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
- provides = foldingathome=${pkgver}
- provides = fahclient=${pkgver}
+ provides = foldingathome=7.4.16
+ provides = fahclient=7.4.16
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
diff --git a/PKGBUILD b/PKGBUILD
index df296decfb4f..b0d7a45959c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=foldingathome-beta
pkgver=7.4.16
-pkgrel=1
+pkgrel=2
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/"
@@ -14,7 +14,7 @@ optdepends=('opencl-nvidia: 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' 'fahclient')
-provides=('foldingathome=${pkgver}' 'fahclient=${pkgver}')
+provides=('foldingathome=7.4.16' 'fahclient=7.4.16')
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")