r-codex: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 03:24:24 +00:00
parent 21c840ffb2
commit c995a11e19

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CODEX
_pkgver=1.34.0
_pkgver=1.36.0
pkgname=r-${_pkgname,,}
pkgver=1.34.0
pkgrel=2
pkgver=1.36.0
pkgrel=1
pkgdesc='A Normalization and Copy Number Variation Detection Method for Whole Exome Sequencing'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -22,7 +22,7 @@ optdepends=(
r-wes.1kg.wugsc
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5db84031718c0ba32510b272631bdfdc2d8eb951ac7bf76e5ac740dd45c5913e')
sha256sums=('5f35ce48e2535a2299e2f9d17fffe5d336f1491f17bad3c8a70c9310313c6d5c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"