From eca41ade66a3a883e2cfe8c0ba60955ee1e4a3f7 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Thu, 3 Nov 2022 12:20:07 +0700 Subject: [PATCH] diamond: fix details --- BioArchLinux/diamond/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/diamond/PKGBUILD b/BioArchLinux/diamond/PKGBUILD index 2f6bf1745b..aed078283f 100644 --- a/BioArchLinux/diamond/PKGBUILD +++ b/BioArchLinux/diamond/PKGBUILD @@ -5,10 +5,10 @@ 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")