r-regsplice: auto updated to 1.28.1-1

This commit is contained in:
BioArchLinuxBot 2024-03-25 18:03:36 +00:00
parent 378fc02944
commit 2d6392ed8b

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=regsplice _pkgname=regsplice
_pkgver=1.28.0 _pkgver=1.28.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.28.0 pkgver=1.28.1
pkgrel=1 pkgrel=1
pkgdesc='L1-regularization based methods for detection of differential splicing' pkgdesc='L1-regularization based methods for detection of differential splicing'
arch=('any') arch=('any')
@ -25,7 +25,7 @@ optdepends=(
r-testthat r-testthat
) )
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=('6b2362b5f8b7d34032c01e423280fe65236dfa3216277fda39f21427a31a3106') sha256sums=('95f14b41fb4feb60cd113a765e60e658dc9370e54c2cf717ce6650cf2ffc9266')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"