mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
diamond: auto updated to 2.1.9-1
This commit is contained in:
parent
c1c28a9232
commit
74faffea07
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# shellcheck disable=2148
|
||||
|
||||
pkgname=diamond
|
||||
pkgver=2.1.8
|
||||
pkgver=2.1.9
|
||||
pkgrel=1
|
||||
pkgdesc="High performance sequence aligner for protein and translated DNA searches with big sequence data. https://doi.org/10.1038/s41592-021-01101-x"
|
||||
arch=('x86_64')
|
||||
|
@ -12,7 +12,7 @@ license=('GPL3')
|
|||
depends=('gcc-libs' 'zlib' 'zstd' 'blast+' 'glibc')
|
||||
makedepends=('cmake')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('b6088259f2bc92d1f9dc4add44590cff68321bcbf91eefbc295a3525118b9415')
|
||||
sha256sums=('4cde9df78c63e8aef9df1e3265cd06a93ce1b047d6dba513a1437719b70e9d88')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Add table
Reference in a new issue