summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a64c47e216a..1a608e01a57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = phylip
pkgdesc = A collection of programmes for evolutive genetics and inferring phylogenies
pkgver = 3.698
pkgrel = 1
- url = http://evolution.genetics.washington.edu/phylip.html
+ url = https://phylipweb.github.io/phylip/
arch = i686
arch = x86_64
license = custom
optdepends = java-runtime
- source = http://evolution.gs.washington.edu/phylip/download/phylip-3.698.zip
+ source = http://phylipweb.github.io/phylip/download/phylip-3.698.zip
source = phylip-3.698-makefile.patch
source = phylip-3.698-fno-common.patch
sha256sums = cb12e5105d25872eed705d243ca32b400e180d38c3437d58335f11a431df0e46
@@ -15,4 +15,3 @@ pkgbase = phylip
sha256sums = d2638f99a6cb1e893aa6c362f906d5fca94700e0e4d50392abba853be8f0fff3
pkgname = phylip
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e2edc0c8e5c..6c542f7acc08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=3.698
pkgrel=1
pkgdesc="A collection of programmes for evolutive genetics and inferring phylogenies"
arch=('i686' 'x86_64')
-url="http://evolution.genetics.washington.edu/phylip.html"
-source=(http://evolution.gs.washington.edu/phylip/download/phylip-$pkgver.zip
+url="https://phylipweb.github.io/phylip/"
+source=(http://phylipweb.github.io/phylip/download/phylip-$pkgver.zip
phylip-3.698-makefile.patch
phylip-3.698-fno-common.patch)
optdepends=('java-runtime')