mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-splicinggraphs: auto updated to 1.44.0-1
This commit is contained in:
parent
8fe41feec5
commit
26734a9891
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=SplicingGraphs
|
_pkgname=SplicingGraphs
|
||||||
_pkgver=1.42.0
|
_pkgver=1.44.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.42.0
|
pkgver=1.44.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Create, manipulate, visualize splicing graphs, and assign RNA-seq reads to them'
|
pkgdesc='Create, manipulate, visualize splicing graphs, and assign RNA-seq reads to them'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -32,7 +32,7 @@ optdepends=(
|
||||||
r-txdb.hsapiens.ucsc.hg19.knowngene
|
r-txdb.hsapiens.ucsc.hg19.knowngene
|
||||||
)
|
)
|
||||||
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=('645c7406148182200352240d554df82b1fdf24a4a69a092a26b8357589695ed9')
|
sha256sums=('af9006364fac9f7bbcb836058361947bccf28e845022e251c0813b77e21092cc')
|
||||||
|
|
||||||
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