summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul B2015-11-05 18:43:50 +0200
committerPaul B2015-11-05 18:43:50 +0200
commit84c0c91ccd152ca7367ff919d8c9d9b5a4119708 (patch)
treec70363f25b8b737678ba9e2a735b7c692f819592
parent408d30df163448a08c00e8a7a9146b998857b449 (diff)
downloadaur-84c0c91ccd152ca7367ff919d8c9d9b5a4119708.tar.gz
Update to 7.4.4-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed20aeed802..71adce47993e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fahviewer
pkgdesc = A Folding@home 3D simulation viewer
pkgver = 7.4.4
- pkgrel = 1
+ pkgrel = 2
url = http://folding.stanford.edu/English/HomePage
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1913e3015b1f..8a63a373a2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=fahviewer
pkgver=7.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="A Folding@home 3D simulation viewer"
url="http://folding.stanford.edu/English/HomePage"
arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@ DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
if [ "$CARCH" = "i686" ]; then
-source=(https://fah-web.stanford.edu/file-releases/public/release/fahviewer/debian-testing-32bit/v7.4/fahviewer_7.4.4-32bit-release.tar.bz2)
+source=(https://folding.stanford.edu/releases/public/release/fahviewer/debian-testing-32bit/v7.4/fahviewer_7.4.4-32bit-release.tar.bz2)
md5sums=('cf42a73256d149ecbbe0a25041c18347')
elif [ "$CARCH" = "x86_64" ]; then
-source=(https://fah-web.stanford.edu/file-releases/public/release/fahviewer/debian-testing-64bit/v7.4/fahviewer_7.4.4-64bit-release.tar.bz2)
+source=(https://folding.stanford.edu/releases/public/release/fahviewer/debian-testing-64bit/v7.4/fahviewer_7.4.4-64bit-release.tar.bz2)
md5sums=('f006aa42227fcd292e8ca342e8fb238d')
fi