r-ccfindr: fix building, ref #22

This commit is contained in:
Butui Hu 2022-03-04 22:21:14 +08:00
parent 1394f54dba
commit 10da21c779
3 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
license=('GPL')
depends=(
gsl
r
r-ape
r-gtools
@ -30,7 +31,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('ed5387dfbd5ffb03e127b8860cb563c69bbfa601da7120d5a4cec2c9e6d5aa03')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"