summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-22 12:05:15 +0000
committerBioArchLinuxBot2023-02-22 12:05:15 +0000
commitd8eee3b938a32a39592b9cae998ab3f1a32f6f82 (patch)
treeb5c5d099d0aaf9c8269ddf287c7011a9f6837760
parentae376c3a466e8d3869ac0a301f7b2798c3b27a64 (diff)
downloadaur-d8eee3b938a32a39592b9cae998ab3f1a32f6f82.tar.gz
[lilac] updated to 2.1.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b54f672878ef..d72093e0f49a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = diamond
pkgdesc = High performance sequence aligner for protein and translated DNA searches with big sequence data. https://doi.org/10.1038/s41592-021-01101-x
- pkgver = 2.1.2
+ pkgver = 2.1.3
pkgrel = 1
url = https://github.com/bbuchfink/diamond
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = diamond
depends = zlib
depends = zstd
depends = blast+
- source = diamond-2.1.2.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.2.tar.gz
- sha256sums = 90dcc4455b88d3f9df155ffd7fb9e433e68af8b6740e2820d04cf962f4ef9d05
+ source = diamond-2.1.3.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.3.tar.gz
+ sha256sums = 6c5504d33e9c88314d9033c3b5e083a572ac550372f70afdae5c56213e2bea85
pkgname = diamond
diff --git a/PKGBUILD b/PKGBUILD
index b73fcfd58fe7..d861bbb4e2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=2148
pkgname=diamond
-pkgver=2.1.2
+pkgver=2.1.3
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+')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")
-sha256sums=('90dcc4455b88d3f9df155ffd7fb9e433e68af8b6740e2820d04cf962f4ef9d05')
+sha256sums=('6c5504d33e9c88314d9033c3b5e083a572ac550372f70afdae5c56213e2bea85')
build() {
cd $pkgname-$pkgver