diff --git a/BioArchLinux/diamond-aligner/PKGBUILD b/BioArchLinux/diamond-aligner/PKGBUILD index c10d57f3af..ad636e99b8 100644 --- a/BioArchLinux/diamond-aligner/PKGBUILD +++ b/BioArchLinux/diamond-aligner/PKGBUILD @@ -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")