r-mircompdata: auto updated to 1.31.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 19:00:01 +00:00
parent bae7726171
commit b06ff8ffb5

View file

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