summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-31 18:03:47 +0000
committerBioArchLinuxBot2023-05-31 18:03:47 +0000
commit7e2bcabb0903f27efb3304af093da8df34e49d76 (patch)
treee21e0a5446cf376e6d0208a9dbe55f887282c5bc
parent19f31a09aca14dd09a86529f2eba2e756acbd662 (diff)
downloadaur-7e2bcabb0903f27efb3304af093da8df34e49d76.tar.gz
[lilac] updated to 2.1.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08ab9d8f6e15..b0c7ee7152ab 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.6
- pkgrel = 2
+ pkgver = 2.1.7
+ 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.6.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.6.tar.gz
- sha256sums = 852d27c7535d53f1ce59db0625ff23ac3bf17e57f7a3b1c46c08718f77e19c54
+ source = diamond-2.1.7.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.7.tar.gz
+ sha256sums = 2dcaba0e79ecb02c3d2a6816d317e714767118a9a056721643abff4c586ca95b
pkgname = diamond
diff --git a/PKGBUILD b/PKGBUILD
index 52a333415d03..219bd352e126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# shellcheck disable=2148
pkgname=diamond
-pkgver=2.1.6
-pkgrel=2
+pkgver=2.1.7
+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=('852d27c7535d53f1ce59db0625ff23ac3bf17e57f7a3b1c46c08718f77e19c54')
+sha256sums=('2dcaba0e79ecb02c3d2a6816d317e714767118a9a056721643abff4c586ca95b')
build() {
cd $pkgname-$pkgver