miniasm: auto updated to 0.3-2

This commit is contained in:
BioArchLinuxBot 2023-09-03 18:01:22 +00:00
parent 779bd0af5b
commit 501c3abf51

View file

@ -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"