summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-06-02 12:31:57 +0500
committerDmitry Kharitonov2017-06-02 12:31:57 +0500
commit1129c4f373b2077d327bf65b3deb63ffe7c39653 (patch)
tree8afca7e6b719ca1293d10227b970b8c093fddab8
parent8940c4dadc6d54daccf6ddfe26ea430cb7c4769f (diff)
downloadaur-1129c4f373b2077d327bf65b3deb63ffe7c39653.tar.gz
No variables in depends/provides arrays, unfortunately
-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")