mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
update
This commit is contained in:
commit
1bef75e31c
6 changed files with 13 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=libdivsufsort
|
||||
pkgver=2.0.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A lightweight suffix-sorting library"
|
||||
arch=("i686" "x86_64")
|
||||
url="https://github.com/y-256/libdivsufsort"
|
||||
|
@ -25,4 +25,4 @@ package() {
|
|||
rm -f "${pkgdir}"/usr/lib/*.la
|
||||
}
|
||||
|
||||
sha256sums=("9164cb6044dcb6e430555721e3318d5a8f38871c2da9fd9256665746a69351e0")
|
||||
sha256sums=('9164cb6044dcb6e430555721e3318d5a8f38871c2da9fd9256665746a69351e0')
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Fabian Klötzl <fabian-aur@kloetzl.info>
|
||||
pkgname=phylonium
|
||||
pkgver=1.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Fast and Accurate Estimation of Evolutionary Distances"
|
||||
url="https://github.com/evolbioinf/phylonium/"
|
||||
license=("GPL3") # "custom:ISC"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Mick Elliot <micke at sfu dot ca>
|
||||
pkgname=phyml
|
||||
pkgver=3.3.20200621
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Builds phylogenies from DNA or protein sequences using a maximum likelihood approach"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=raxml-mpi
|
||||
pkgver=8.2.12
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Randomized Axelerated Maximum Likelihood"
|
||||
arch=('x86_64')
|
||||
url="http://sco.h-its.org/exelixis/web/software/raxml/"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=raxml
|
||||
pkgver=8.2.12
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Randomized Axelerated Maximum Likelihood"
|
||||
arch=('x86_64')
|
||||
url="http://sco.h-its.org/exelixis/web/software/raxml/"
|
||||
|
|
|
@ -2,16 +2,21 @@
|
|||
# Contributor: Malacology <guoyizhang at malacology dot com>
|
||||
|
||||
pkgname=raxmlgui
|
||||
pkgver=2.0.5
|
||||
pkgrel=2
|
||||
pkgver=2.0.6
|
||||
pkgrel=1
|
||||
pkgdesc="A new user-friendly program integrating RAxML-NG and ModelTest-NG for cutting-edge phylogenetic analysis"
|
||||
arch=('x86_64')
|
||||
url="https://antonellilab.github.io/raxmlGUI"
|
||||
provides=("raxmlgui")
|
||||
license=('AGPL3')
|
||||
source=("https://github.com/AntonelliLab/raxmlGUI/releases/download/v${pkgver}/raxmlGUI-${pkgver}.AppImage" "raxmlgui.desktop")
|
||||
<<<<<<< HEAD
|
||||
sha256sums=('3e67b95551e26b2cc26e9a5f62583a2bec2351b53587d188718dcab8fc588068'
|
||||
'a589d49d17a9d07a7b6cf1e41334d5c014a57e1b4faa31f22f106223bb994596')
|
||||
=======
|
||||
sha256sums=('f2113bb75c5c7c65182ff7e4da5d7ec52c06ed6b0e741bbc8b3dadb716441cdd'
|
||||
'4997996df092faa5b4adf7952083bd93b2667c4b89a2781ac3f02f5c930202f3')
|
||||
>>>>>>> 1003a37edc7a5dda07925ace0e75ee8787d731e4
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue