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