r-bandits: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:20:56 +00:00
parent 7113120642
commit 6492a05f01

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BANDITS
_pkgver=1.10.0
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.10.0
pkgver=1.12.0
pkgrel=1
pkgdesc='BANDITS: Bayesian ANalysis of DIfferenTial Splicing'
arch=('x86_64')
@ -34,7 +34,7 @@ optdepends=(
r-tximport
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('253a7dcd0373d99a0b2700da03419bb9e66e35fecdd6d33f6d3da0512734ca30')
sha256sums=('e9dd8bb85800f0e131d94534636577c2b24c0f469735818147464676966c4390')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"