mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
spades: auto updated to 4.0.0-1
This commit is contained in:
parent
d6a172eed2
commit
5f5b9ad225
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: alienzj <alienchuj at gmail dot com>
|
||||
|
||||
pkgname=spades
|
||||
pkgver=3.15.5
|
||||
pkgrel=2
|
||||
pkgver=4.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='SPAdes Genome Assembler'
|
||||
url='http://cab.spbu.ru/software/spades/'
|
||||
arch=('x86_64')
|
||||
|
@ -22,7 +22,7 @@ options=("!lto")
|
|||
source=(
|
||||
"${pkgname}-${pkgver}.tar.gz::https://github.com/ablab/spades/archive/refs/tags/v${pkgver}.tar.gz"
|
||||
)
|
||||
sha512sums=('30aed03cc6047b10657a850897fc43058c0e2deef5402081278b91442820d0829c02505357c84c3dd809ae41adf315c7da195027c5a58fdd9ce9a343e0049879')
|
||||
sha512sums=('088db53c914326ca91add745f804f905632588716a90bf1e9cd208e1354a5e72d46daa25dc7877299edd8dc29d072fad749b569208e1f3a32c89c8eaa935e0db')
|
||||
|
||||
build() {
|
||||
cmake -B build -S ${pkgname}-${pkgver}/src \
|
||||
|
|
Loading…
Add table
Reference in a new issue