diamond: fix details

This commit is contained in:
Kuoi 2022-11-03 12:20:07 +07:00 committed by GitHub
parent 3b03063a6e
commit eca41ade66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,10 @@
pkgname=diamond pkgname=diamond
pkgver=2.0.15 pkgver=2.0.15
pkgrel=1 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') arch=('x86_64')
url="https://github.com/bbuchfink/diamond" url="https://github.com/bbuchfink/diamond"
license=('AGPL3') license=('GPL3')
depends=('gcc-libs' 'zlib') depends=('gcc-libs' 'zlib')
makedepends=('cmake') makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")