r-miasim: auto updated to 1.1.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:10:03 +00:00
parent 34541a00fd
commit 832866561d

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=miaSim
_pkgver=1.0.0
_pkgver=1.1.0
pkgname=r-${_pkgname,,}
pkgver=1.0.0
pkgrel=2
pkgver=1.1.0
pkgrel=1
pkgdesc='Microbiome Data Simulation'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fd7fe2295eb2e9229a8cdfe5fc71d7249fa9cdd23831b2be77083cc6f196e020')
sha256sums=('f4c62c0e3f5fd37a44861c51c22657a7d5544b311334ec1826077f0fb70d683e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"