r-sictools: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 18:48:07 +00:00
parent 93cd601baa
commit 4e668caf9c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SICtools
_pkgver=1.34.0
_pkgver=1.36.0
pkgname=r-${_pkgname,,}
pkgver=1.34.0
pkgver=1.36.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=('db21ebe48ff6482e20aea743cd05ce2f4b72cb693b4f8cbb11056422150ab37a')
sha256sums=('5f4292e71a4b9a5ae4dad986e3e7c1ae234dbe25edd9034177fd70255065de4b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"