summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-09 15:19:50 +0800
committerBioArchLinuxBot2023-02-09 15:19:50 +0800
commit49ea7cd53ff986a438e46099c1d3c13bade7b3ad (patch)
tree994256de762e77b669f09fc06b42885d18b20bd5
parent0fda86d836eebc0a3f970bae766d2c54c2ca75d2 (diff)
downloadaur-49ea7cd53ff986a438e46099c1d3c13bade7b3ad.tar.gz
[lilac] updated to 2.1.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59f8eda2dc79..f44480e2ddc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0
- pkgrel = 4
+ pkgver = 2.1.1
+ pkgrel = 1
url = https://github.com/bbuchfink/diamond
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = diamond
depends = zlib
depends = zstd
depends = blast+
- source = diamond-2.1.0.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.0.tar.gz
- sha256sums = 5bd04574bb454562301c10b8e2594be33a147894b173421c929939b52e251715
+ source = diamond-2.1.1.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.1.tar.gz
+ sha256sums = 4aacb1b67f306d4e719f792e97acbe4d9581524ed9aae88f83eb340e052f736f
pkgname = diamond
diff --git a/PKGBUILD b/PKGBUILD
index 2d311737486d..88460febedcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# shellcheck disable=2148
pkgname=diamond
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.1.1
+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')
url="https://github.com/bbuchfink/diamond"
@@ -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=('5bd04574bb454562301c10b8e2594be33a147894b173421c929939b52e251715')
+sha256sums=('4aacb1b67f306d4e719f792e97acbe4d9581524ed9aae88f83eb340e052f736f')
build() {
cd $pkgname-$pkgver