diamond: auto updated to 2.1.11-1

This commit is contained in:
BioArchLinuxBot 2025-01-25 12:08:30 +00:00
parent a9cb1974ab
commit 4994a08c4a

View file

@ -3,7 +3,7 @@
# shellcheck disable=2148
pkgname=diamond
pkgver=2.1.10
pkgver=2.1.11
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=('c6ede5df30d9d496af314e740964c35a0e358458d9c8d9b8dd517d69828d9981')
sha256sums=('e669e74ac4a7e45d86024a6b9bfda0642fabb02a8b6ce90a2ec7fb3aeb0f8233')
build() {
cd $pkgname-$pkgver