abyss: auto updated to 2.3.5-1

This commit is contained in:
BioArchLinuxBot 2022-05-12 00:04:12 +00:00
parent 1217c6e73a
commit c56c582152

View file

@ -2,8 +2,8 @@
# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=abyss
pkgver=2.3.4
pkgrel=2
pkgver=2.3.5
pkgrel=1
pkgdesc="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"
arch=("i686" "x86_64")
url="https://github.com/bcgsc/abyss"
@ -16,7 +16,7 @@ optdepends=(
'zsh: to report time and memory usage'
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/bcgsc/abyss/archive/$pkgver.tar.gz")
sha512sums=('9d4e418399dd62883b53e831f51a0bd2ba228da73eda6c6459cd729c002eb0487f9613fca1c9bd0f4fbb076eed8a9b952505ee97143ab7dde537c23e4a246cd4')
sha512sums=('1853e2d4d577abf7d0e8ce70e944846e5ad67afcd1f0a1a4b9944047c7e8ebc1dbdd8639b9d99d4b8ce5c84c8fa42638bb16bf02825e9c660bcac133662ec553')
build() {
cd "${pkgname}-${pkgver}"