mosdepth: auto updated to 0.3.4-1

This commit is contained in:
BioArchLinuxBot 2023-06-23 18:04:28 +00:00
parent 761fd64c12
commit 44006fba66

View file

@ -2,8 +2,8 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=mosdepth
pkgver=0.3.3
pkgrel=3
pkgver=0.3.4
pkgrel=1
pkgdesc='Fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing'
arch=('x86_64')
url="https://github.com/brentp/${pkgname}"
@ -11,7 +11,7 @@ license=('MIT')
depends=('htslib')
makedepends=('nim' 'git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('71edbefef8e3a43ddf41f79e24f4a11eb208e6fc0957e4431294a5e9517a3c14')
sha256sums=('61bfbe0eca68861663edba3f7541e49fcad389bcb097c3e0ae8adf6e4d8161e7')
build() {
cd "${pkgname}-${pkgver}"