r-survtype: auto updated to 1.22.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-09 20:19:41 +00:00
parent 6162481a91
commit be9372e054

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=survtype
_pkgver=1.20.0
_pkgver=1.22.0
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.22.0
pkgrel=1
pkgdesc='Subtype Identification with Survival Data'
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-scales
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('144c926c702f718830ad80cbec50ee9f44f248bb57b470555e1d2985fbfcde5f')
sha256sums=('447a30e0b48a628728b7f0fb35e1a0ff188acc909faeb1fe52e9fd915370162c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"