mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
miniasm: auto updated to 0.3-2
This commit is contained in:
parent
779bd0af5b
commit
501c3abf51
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: c4lyx <heringer at proton dot me>
|
||||
pkgname='miniasm'
|
||||
pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Overlap-Layout-Consensus-based de novo assembler for long reads"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/lh3/miniasm"
|
||||
license=('MIT')
|
||||
depends=('zlib' 'glibc')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/lh3/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=("9b688454f30f99cf1a0b0b1316821ad92fbd44d83ff0b35b2403ee8692ba093d")
|
||||
sha256sums=('9b688454f30f99cf1a0b0b1316821ad92fbd44d83ff0b35b2403ee8692ba093d')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue