summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2020-03-01 18:30:20 +1100
committerRhinoceros2020-03-01 18:30:20 +1100
commitceaec416f93f30fb8e6a5321565fc7de026cdb0d (patch)
tree176d1b2f8f5cba9094459d5aa688a7941423adb1
parentd93bc143b87648ba3889c3e29ba97cead9a4c89c (diff)
downloadaur-ceaec416f93f30fb8e6a5321565fc7de026cdb0d.tar.gz
Make download unique. https://wiki.archlinux.org/index.php/PKGBUILD#source
* No need for pkgrel bump (package already installed for most users)
-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')