summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul B2017-05-24 20:42:08 +0300
committerPaul B2017-05-24 20:42:08 +0300
commitbb681ee3bf3b6cda7e549c707e2c3af6ca6d8cd7 (patch)
treeb8c1e95058ca8f16df3fc7c250c46de47547820d
parent99a4cdab5e5bf7d970dd74c8899fac4a95911b49 (diff)
downloadaur-bb681ee3bf3b6cda7e549c707e2c3af6ca6d8cd7.tar.gz
cleanup
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3123f8fb1ee..fa28ab6d8ac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fahcontrol
pkgdesc = A Graphical User Interface (GUI)for Folding@Home
pkgver = 7.4.4
- pkgrel = 3
- url = http://folding.stanford.edu/English/HomePage
+ pkgrel = 4
+ url = http://folding.stanford.edu
arch = i686
arch = x86_64
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = fahcontrol
depends = pygtk
depends = glib2
depends = pango
+ depends = foldingathome
options = !docs
options = !libtool
source = https://folding.stanford.edu/releases/public/release/fahcontrol/debian-testing-64bit/v7.4/fahcontrol_7.4.4-1_all.deb
diff --git a/PKGBUILD b/PKGBUILD
index 82b55f340a5b..5602ff7966aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=fahcontrol
pkgver=7.4.4
-pkgrel=3
+pkgrel=4
pkgdesc='A Graphical User Interface (GUI)for Folding@Home'
-url="http://folding.stanford.edu/English/HomePage"
+url="http://folding.stanford.edu"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('gtk2' 'python2' 'pygtk' 'glib2' 'pango')
+depends=('gtk2' 'python2' 'pygtk' 'glib2' 'pango' 'foldingathome')
options=('!docs' '!libtool')
source=(https://folding.stanford.edu/releases/public/release/fahcontrol/debian-testing-64bit/v7.4/fahcontrol_7.4.4-1_all.deb)
md5sums=('f8278d80824d7da65c5b34136a18a0de')