r-fraser: auto updated to 2.2.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 17:01:10 +00:00
parent ac670f696f
commit d5bcfd0534

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=FRASER _pkgname=FRASER
_pkgver=2.0.0 _pkgver=2.2.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.0.0 pkgver=2.2.0
pkgrel=1 pkgrel=1
pkgdesc='Find RAre Splicing Events in RNA-Seq Data' pkgdesc='Find RAre Splicing Events in RNA-Seq Data'
arch=('x86_64') arch=('x86_64')
@ -60,7 +60,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=('a8899f07f42ce5baa018d81908809cb45e4ae767a65fd9da191802e700ba6660') sha256sums=('c7d0f9011b1c06efad95e0251bed267bb6e6e757a72d77df34036462ce6224af')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"