mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
diamond: auto updated to 2.1.11-1
This commit is contained in:
parent
a9cb1974ab
commit
4994a08c4a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# shellcheck disable=2148
|
# shellcheck disable=2148
|
||||||
|
|
||||||
pkgname=diamond
|
pkgname=diamond
|
||||||
pkgver=2.1.10
|
pkgver=2.1.11
|
||||||
pkgrel=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"
|
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')
|
arch=('x86_64')
|
||||||
|
@ -12,7 +12,7 @@ license=('GPL3')
|
||||||
depends=('gcc-libs' 'zlib' 'zstd' 'blast+' 'glibc')
|
depends=('gcc-libs' 'zlib' 'zstd' 'blast+' 'glibc')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")
|
||||||
sha256sums=('c6ede5df30d9d496af314e740964c35a0e358458d9c8d9b8dd517d69828d9981')
|
sha256sums=('e669e74ac4a7e45d86024a6b9bfda0642fabb02a8b6ce90a2ec7fb3aeb0f8233')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Add table
Reference in a new issue