summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-01-02 11:57:13 +1100
committerRhinoceros2022-01-02 11:57:13 +1100
commitd631093ab03723c4cf818e0b90bcdf866049186b (patch)
tree48d083f0d125f152cac369bf65a042f25c094fbb
parent46fed6a0f93661bac7d0fcc53534e3ff1abf92c1 (diff)
downloadaur-d631093ab03723c4cf818e0b90bcdf866049186b.tar.gz
Update to 1:3.3.20211231-2
* Upstream fix: version number
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15323f37d9a3..ee7b5ffa2dfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phyml-mpi
pkgdesc = Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors
pkgver = 3.3.20211231
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/stephaneguindon/phyml
arch = i686
@@ -9,6 +9,6 @@ pkgbase = phyml-mpi
license = GPL2
depends = openmpi
source = phyml-mpi-3.3.20211231.tar.gz::https://github.com/stephaneguindon/phyml/archive/v3.3.20211231.tar.gz
- sha512sums = f94d98624f2a2c284c0741f011f8c9c55075e4ad254b403bcd4d4a552d04cd416761fa8e6af30a3a8c3432bfd58f400b8bce1b03fc1b6b1c71ad8dcb4fa86ffd
+ sha512sums = 6b6ecbb3781aada945c6483660b868c978b9ec2b5501ee04b117a7c0011cf4b8d5dac46ad48455ba8edd6c52fabff3598d0d738ba12d50fe57442521a17bf50f
pkgname = phyml-mpi
diff --git a/PKGBUILD b/PKGBUILD
index dde0f4e87b61..2dfa810985d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=phyml-mpi
pkgver=3.3.20211231
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors'
arch=('i686' 'x86_64')
url='https://github.com/stephaneguindon/phyml'
license=('GPL2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz")
-sha512sums=('f94d98624f2a2c284c0741f011f8c9c55075e4ad254b403bcd4d4a552d04cd416761fa8e6af30a3a8c3432bfd58f400b8bce1b03fc1b6b1c71ad8dcb4fa86ffd')
+sha512sums=('6b6ecbb3781aada945c6483660b868c978b9ec2b5501ee04b117a7c0011cf4b8d5dac46ad48455ba8edd6c52fabff3598d0d738ba12d50fe57442521a17bf50f')
depends=('openmpi')
prepare() {