r-riboprofiling: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 18:08:31 +00:00
parent a28618a6f0
commit a8392038c2

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RiboProfiling _pkgname=RiboProfiling
_pkgver=1.34.0 _pkgver=1.36.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.34.0 pkgver=1.36.0
pkgrel=1 pkgrel=1
pkgdesc='Ribosome Profiling Data Analysis: from BAM to Data Representation and Interpretation' pkgdesc='Ribosome Profiling Data Analysis: from BAM to Data Representation and Interpretation'
arch=('any') arch=('any')
@ -37,7 +37,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=('84f3bf8688eb8defbd0f780442b8ec4e27cdd228d7b6c30fcc4adb495eed1a40') sha256sums=('77c0686b93cd0794037e563654a17007cf8521fbe91a0c5559f8633ef84488d3')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"