summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d7d4594579..0be6aaf90c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = fahcontrol
pkgdesc = Graphical monitor and control utility for the Folding@home client
- pkgver = 7.6.13
- pkgrel = 2
+ pkgver = 7.6.21
+ pkgrel = 1
url = https://foldingathome.org
arch = any
license = GPL3
depends = python2
depends = pygtk
optdepends = fahviewer: 3D simulation viewer
- source = https://download.foldingathome.org/releases/public/release/fahcontrol/centos-6.7-64bit/v7.6/fahcontrol-7.6.13-1.noarch.rpm
- md5sums = 997c49f1aff860bad37dd273e46bd655
+ source = https://download.foldingathome.org/releases/public/release/fahcontrol/centos-6.7-64bit/v7.6/fahcontrol-7.6.21-1.noarch.rpm
+ md5sums = a64bc2e39282f77184991de5e4be3ff9
pkgname = fahcontrol
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a8a9e56893d..1735005b5181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: paul2lv <paul2lv@gmail.com>
pkgname=fahcontrol
-pkgver=7.6.13
-pkgrel=2
+pkgver=7.6.21
+pkgrel=1
pkgdesc='Graphical monitor and control utility for the Folding@home client'
-url='https://foldingathome.org'
-arch=('any')
-license=('GPL3')
-depends=('python2' 'pygtk')
+url=https://foldingathome.org
+arch=(any)
+license=(GPL3)
+depends=(python2 pygtk)
optdepends=('fahviewer: 3D simulation viewer')
source=("https://download.foldingathome.org/releases/public/release/${pkgname}/centos-6.7-64bit/v${pkgver%.*}/${pkgname}-${pkgver}-1.noarch.rpm")
-md5sums=('997c49f1aff860bad37dd273e46bd655')
+md5sums=('a64bc2e39282f77184991de5e4be3ff9')
prepare() {
sed -i 's_/usr/bin/python_/usr/bin/python2_' usr/bin/FAHControl