r-splicinggraphs: auto updated to 1.44.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 08:14:46 +00:00
parent 8fe41feec5
commit 26734a9891

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SplicingGraphs
_pkgver=1.42.0
_pkgver=1.44.0
pkgname=r-${_pkgname,,}
pkgver=1.42.0
pkgrel=2
pkgver=1.44.0
pkgrel=1
pkgdesc='Create, manipulate, visualize splicing graphs, and assign RNA-seq reads to them'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -32,7 +32,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('645c7406148182200352240d554df82b1fdf24a4a69a092a26b8357589695ed9')
sha256sums=('af9006364fac9f7bbcb836058361947bccf28e845022e251c0813b77e21092cc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"