r-simd: auto updated to 1.14.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 05:15:11 +00:00
parent e427a35cee
commit f73c4cd366

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SIMD _pkgname=SIMD
_pkgver=1.12.0 _pkgver=1.14.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.12.0 pkgver=1.14.0
pkgrel=2 pkgrel=1
pkgdesc='Statistical Inferences with MeDIP-seq Data (SIMD) to infer the methylation level for each CpG site' pkgdesc='Statistical Inferences with MeDIP-seq Data (SIMD) to infer the methylation level for each CpG site'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -21,7 +21,7 @@ optdepends=(
r-rmarkdown r-rmarkdown
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('312ece67b5fcd5479d880fabfab6c446843b49b91eb2fed498492606543d572f') sha256sums=('67023698ea96abffb922b988938911fe17a92f6d8001ca7fb35ec0cc557678e9')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"