mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rsubread: auto updated to 2.10.2-1
This commit is contained in:
parent
a00ac0aecb
commit
97a5ef1f6b
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=Rsubread
|
_pkgname=Rsubread
|
||||||
_pkgver=2.10.1
|
_pkgver=2.10.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.10.1
|
pkgver=2.10.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Mapping, quantification and variant analysis of sequencing data'
|
pkgdesc='Mapping, quantification and variant analysis of sequencing data'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -13,7 +13,7 @@ depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
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=('acc968e8e5f3833e1eb269282ba8a7d72d5db58ba08ce1e2be8191ffeb03c8b1')
|
sha256sums=('60836921adb5bf8eff956a60f99ac434a70b81e136f7074d401a84dd2dea7edf')
|
||||||
|
|
||||||
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