r-mircompdata: auto updated to 1.28.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-04 00:58:38 +00:00
parent 0dab8edc68
commit b19aa03315

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=miRcompData
_pkgver=1.27.0
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=1.27.0
pkgver=1.28.0
pkgrel=1
pkgdesc='Data used in the miRcomp package'
arch=('any')
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b318b785ecaa4bf8ce5b70d61989e12bc83de86d74ab8f31b705313e73cf8129')
sha256sums=('b791d06b509bb9efe8f2aa408dc0ba7edb77bccbdb86014b9f750ba2a35de7bf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"