r-sictools: auto updated to 1.34.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 08:44:06 +00:00
parent f41080660c
commit e2a26ad025

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SICtools
_pkgver=1.33.0
_pkgver=1.34.0
pkgname=r-${_pkgname,,}
pkgver=1.33.0
pkgver=1.34.0
pkgrel=1
pkgdesc='Find SNV/Indel differences between two bam files with near relationship'
arch=('x86_64')
@ -26,7 +26,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ee1987ae25aa88d09c02dda63bfd569733110f1ddf68e82fa1f301e1fb387e41')
sha256sums=('db21ebe48ff6482e20aea743cd05ce2f4b72cb693b4f8cbb11056422150ab37a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"