r-ritandata: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-29 00:12:45 +00:00
parent 9ba04404ba
commit 626f458746

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RITANdata
_pkgver=1.19.1
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=1.19.1
pkgver=1.20.0
pkgrel=1
pkgdesc='This package contains the annotation and network data sets'
arch=('any')
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c193c3159361e46a29f6caead9ac14b1b06a4cbfc8d0ff6cdf99a415e6823279')
sha256sums=('cdf0f09f3acc47bf86fc810c75c7bd965577b91efe20c8364ee77e266a440d69')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"