summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-05-07 17:56:55 +0500
committerDmitry Kharitonov2018-05-07 17:56:55 +0500
commitc2543165d8b164b11fd5d60ae85a4b0b4a3a7080 (patch)
treea77d4bb4459cf7a9ed88410a2b24107627319884
parentcd64af0fd5a2abe3a482247da59fa4f0ee9ee09e (diff)
downloadaur-c2543165d8b164b11fd5d60ae85a4b0b4a3a7080.tar.gz
Switched from versioned to strict -beta depends; included fahcontrol and fahviewer to optdeps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc89a3298f67..691d6beca440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
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.17
- pkgrel = 1
+ pkgrel = 2
url = http://folding.stanford.edu/
install = foldingathome.install
arch = x86_64
license = CUSTOM
depends = glibc
+ optdepends = fahcontrol-beta: GUI for F@H
+ optdepends = fahviewer-beta: 3D simulation viewer for F@H
optdepends = opencl-icd-loader: for folding with a GPU
optdepends = opencl-driver: for folding with a GPU (choose Nvidia/AMD/Mesa package which matches your GPU)
- provides = foldingathome=7.4.17
- provides = fahclient=7.4.17
+ provides = foldingathome
+ provides = fahclient
conflicts = foldingathome
conflicts = fahclient
source = https://download.foldingathome.org/releases/beta/release/fahclient/debian-stable-64bit/v7.4/fahclient_7.4.17-64bit-release.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 2df2744446a2..bb475076caf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,21 @@
pkgname=foldingathome-beta
pkgver=7.4.17
-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/"
license=('CUSTOM')
depends=('glibc')
-optdepends=('opencl-icd-loader: for folding with a GPU'
+optdepends=('fahcontrol-beta: GUI for F@H'
+ 'fahviewer-beta: 3D simulation viewer for F@H'
+ 'opencl-icd-loader: for folding with a GPU'
'opencl-driver: for folding with a GPU (choose Nvidia/AMD/Mesa package which matches your GPU)')
conflicts=('foldingathome' 'fahclient')
-provides=('foldingathome=7.4.17' 'fahclient=7.4.17')
+provides=('foldingathome' 'fahclient')
install=foldingathome.install
source=("https://download.foldingathome.org/releases/beta/release/fahclient/debian-stable-64bit/v7.4/fahclient_${pkgver}-64bit-release.tar.bz2"
-"foldingathome.service")
+ "foldingathome.service")
sha256sums=('91205c4892bbf5a16942b49a9ce3db8f6c4e8bc5dca14af74ed71371415c3c82'
'ad1bb4f104bc3446db7bb91a7d199bfeda5d80e15e08fe17bc69de1c276e2010')