summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-27 18:06:05 +0000
committerBioArchLinuxBot2023-02-27 18:06:05 +0000
commitc1d551f674e2553f290699d11e8e67c7c992b8d8 (patch)
tree962d1717bca8856aa6b4f4030d6f3407079b188a
parentd8eee3b938a32a39592b9cae998ab3f1a32f6f82 (diff)
downloadaur-c1d551f674e2553f290699d11e8e67c7c992b8d8.tar.gz
[lilac] updated to 2.1.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d72093e0f49a..67a42ebd5d53 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.3
+ pkgver = 2.1.4
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.3.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.3.tar.gz
- sha256sums = 6c5504d33e9c88314d9033c3b5e083a572ac550372f70afdae5c56213e2bea85
+ source = diamond-2.1.4.tar.gz::https://github.com/bbuchfink/diamond/archive/v2.1.4.tar.gz
+ sha256sums = 77e9ea5ca2eb01efa391970d6adad417cf3302ffac403cba638168938fe1befc
pkgname = diamond
diff --git a/PKGBUILD b/PKGBUILD
index d861bbb4e2a5..f158dbd5762c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=2148
pkgname=diamond
-pkgver=2.1.3
+pkgver=2.1.4
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=('6c5504d33e9c88314d9033c3b5e083a572ac550372f70afdae5c56213e2bea85')
+sha256sums=('77e9ea5ca2eb01efa391970d6adad417cf3302ffac403cba638168938fe1befc')
build() {
cd $pkgname-$pkgver