diamond: fix details

This commit is contained in:
Kuoi 2022-11-03 10:41:52 +07:00 committed by GitHub
parent ec49a1362e
commit 836186b376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
# shellcheck disable=2034
# shellcheck disable=2148
pkgname=diamond-aligner
pkgname=diamond
pkgver=2.0.15
pkgrel=1
pkgdesc="DIAMOND is a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data"
pkgdesc="DIAMOND is a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data https://doi.org/10.1038/s41592-021-01101-x"
arch=('x86_64')
url="https://github.com/bbuchfink/diamond"
license=('AGPL3')
license=('GPL3')
depends=('gcc-libs' 'zlib')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")