mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rsubread: auto updated to 2.14.1-1
This commit is contained in:
parent
112793d193
commit
4fca8ba2fc
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=Rsubread
|
||||
_pkgver=2.14.0
|
||||
_pkgver=2.14.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.14.0
|
||||
pkgver=2.14.1
|
||||
pkgrel=1
|
||||
pkgdesc='Mapping, quantification and variant analysis of sequencing data'
|
||||
arch=('x86_64')
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2c482ebb600d59c01dbe5fceb456b67b1f6095b3a06c619a09b794b6320630c0')
|
||||
sha256sums=('b1bc1605933ae19c113345feb1c2ac290c28e7bd75532d2be2927c133691b0e8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue