summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-31 18:09:53 +0000
committerBioArchLinuxBot2024-01-31 18:09:53 +0000
commit76e2895a52029b207f194d341d9a9afc8124d6a0 (patch)
treed1a6840455c078b9949b3a0a2b804958af7a4003 /PKGBUILD
parent0cadba0c80579a6103bfc8938aabb9aa45ec27b7 (diff)
downloadaur-diamond.tar.gz
[lilac] updated to 2.1.9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dc613a332dc..084d823a386b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=2148
pkgname=diamond
-pkgver=2.1.8
+pkgver=2.1.9
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=('b6088259f2bc92d1f9dc4add44590cff68321bcbf91eefbc295a3525118b9415')
+sha256sums=('4cde9df78c63e8aef9df1e3265cd06a93ce1b047d6dba513a1437719b70e9d88')
build() {
cd $pkgname-$pkgver