mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-busparse: fix checkdepends
This commit is contained in:
parent
cbc3f9d5ef
commit
35a1ce39aa
2 changed files with 7 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BUSpaRse
|
||||
_pkgver=1.16.1
|
||||
_pkgver=1.18.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="kallisto | bustools R utilities"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -40,6 +40,7 @@ makedepends=(
|
|||
)
|
||||
checkdepends=(
|
||||
r-testthat
|
||||
r-txdbmaker
|
||||
)
|
||||
optdepends=(
|
||||
r-biocstyle
|
||||
|
@ -50,10 +51,11 @@ optdepends=(
|
|||
r-tenxbusdata
|
||||
r-testthat
|
||||
r-txdb.hsapiens.ucsc.hg38.knowngene
|
||||
r-txdbmaker
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('9c38c2c97db1985eedfc656beaf5e07e')
|
||||
b2sums=('1c3b6cf32e86b622f31cedca4d4ca1b4e41d42fae01817e93b66627cffb3cf06baa5e9a73c2e35857664b4b90fbfdb053028ab084e69a6609b2ad68fc3b9b336')
|
||||
md5sums=('76de503c0cc411c696c50919049ccbea')
|
||||
b2sums=('8685f47d0f306903bc2481829fc287f373af5ebb0b311a3bf7a69568fa990222156779a94f3b9b9d509edab4ebef8ef65e310a1d3dd689f869f4e124e0d9dbd0')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -29,6 +29,7 @@ repo_makedepends:
|
|||
- r-rcpparmadillo
|
||||
- r-rcppprogress
|
||||
- r-testthat
|
||||
- r-txdbmaker
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: BUSpaRse
|
||||
|
|
Loading…
Add table
Reference in a new issue