summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf3bc1daed0..542c1c3ccac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = phyml-mpi
arch = x86_64
license = GPL2
depends = openmpi
- source = https://github.com/stephaneguindon/phyml/archive/v3.3.20190909.tar.gz
+ source = phyml-mpi-3.3.20190909.tar.gz::https://github.com/stephaneguindon/phyml/archive/v3.3.20190909.tar.gz
sha256sums = f3afd6d5332cd98298736b3c6df63d751fa74388a0e972ec08f63a032d5e6a9c
pkgname = phyml-mpi
diff --git a/PKGBUILD b/PKGBUILD
index c75e7cf6592d..e3ee7f63c7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Builds phylogenies from DNA or protein sequences using a maximum likeli
arch=('i686' 'x86_64')
url='https://github.com/stephaneguindon/phyml'
license=('GPL2')
-source=("https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
sha256sums=('f3afd6d5332cd98298736b3c6df63d751fa74388a0e972ec08f63a032d5e6a9c')
depends=('openmpi')