r-mmuphin: fix building, ref #22

This commit is contained in:
Butui Hu 2022-03-04 23:37:51 +08:00
parent b8dabe652c
commit 72297b6378
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MMUPHin _pkgname=MMUPHin
_pkgver=1.8.0 _pkgver=1.8.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.} pkgver=${_pkgver//[:-]/.}
pkgrel=1 pkgrel=1
@ -32,7 +32,7 @@ optdepends=(
r-vegan r-vegan
) )
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=('a') sha256sums=('a1262682aa5462982557e4af1dc20b4ce1ac80425879314cb24c795840393a98')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"