r-aspli: auto updated to 2.6.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 04:55:08 +00:00
parent 41d07de6e6
commit cfd397dab6

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ASpli
_pkgver=2.4.0
_pkgver=2.6.0
pkgname=r-${_pkgname,,}
pkgver=2.4.0
pkgver=2.6.0
pkgrel=1
pkgdesc='Analysis of Alternative Splicing Using RNA-Seq'
arch=('any')
@ -32,7 +32,7 @@ depends=(
r-upsetr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('703853fa54095e591fa8bda9ba495fe9850a0f5b19a07638c6e90c3526ba8814')
sha256sums=('df7a78abe104f974adabe7040557244ef9a93dca682b664d7735928a146734bb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"