mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mmuphin: fix building, ref #22
This commit is contained in:
parent
b8dabe652c
commit
72297b6378
3 changed files with 2 additions and 2 deletions
|
@ -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}"
|
Loading…
Add table
Reference in a new issue