r-codex: auto updated to 1.28.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 01:50:24 +00:00
parent 390d976016
commit 6a532c76a2

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CODEX
_pkgver=1.26.0
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=1.26.0
pkgrel=2
pkgver=1.28.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=('e124df665f3d56dac8f5eaa2b7946390154f36cbac6b15f643cef9f723b34ed5')
sha256sums=('b7ed677581582b814253c3416c6c455184983b902e95b9ae200f42503d14f886')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"