mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rsamtools: auto updated to 2.10.0-1
This commit is contained in:
parent
2d6d3985f2
commit
7d0fc1843a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
_pkgname=Rsamtools
|
||||
_pkgver=2.10.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgver=2.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='Binary alignment (BAM), FASTA, variant call (BCF), and tabix file import'
|
||||
arch=('x86_64')
|
||||
|
@ -36,7 +36,7 @@ optdepends=(
|
|||
r-txdb.hsapiens.ucsc.hg18.knowngene
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a')
|
||||
sha256sums=('d02799a7883b801abb5c0399e22a18f116bfb8dc41bbeb0870a9ed58881ccb6c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue