summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2019-04-10 14:37:23 +0200
committerChristian Krause2019-04-10 14:37:23 +0200
commit09922ae01c280295a168ab7e61ee4ccb2cfc25ff (patch)
tree53e7a9a90dc661844879c704b48de75a626c7f56
parent3d10fa80b9e732c34bffe7ba755800da4b6de426 (diff)
downloadaur-09922ae01c280295a168ab7e61ee4ccb2cfc25ff.tar.gz
diamond-aligner-0.9.24-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9698f9056f6..a8f0c2da17ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = diamond-aligner
pkgdesc = accelerated BLAST compatible local sequence aligner
- pkgver = 0.9.22
+ pkgver = 0.9.24
pkgrel = 1
url = https://github.com/bbuchfink/diamond
arch = i686
@@ -9,8 +9,8 @@ pkgbase = diamond-aligner
makedepends = cmake
depends = gcc-libs
depends = zlib
- source = diamond-aligner-0.9.22.tar.gz::https://github.com/bbuchfink/diamond/archive/v0.9.22.tar.gz
- md5sums = af7a81696ac7e5bd3007614efd8470f4
+ source = diamond-aligner-0.9.24.tar.gz::https://github.com/bbuchfink/diamond/archive/v0.9.24.tar.gz
+ md5sums = c0db4f35a5a4be587a6654d08e436546
pkgname = diamond-aligner
diff --git a/PKGBUILD b/PKGBUILD
index 3b6f51a37749..77a95b381922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=2148
pkgname=diamond-aligner
-pkgver=0.9.22
+pkgver=0.9.24
pkgrel=1
pkgdesc="accelerated BLAST compatible local sequence aligner"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('AGPL3')
depends=('gcc-libs' 'zlib')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")
-md5sums=('af7a81696ac7e5bd3007614efd8470f4')
+md5sums=('c0db4f35a5a4be587a6654d08e436546')
prepare() {
# shellcheck disable=2154