r-rnamodr.ml: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 19:30:55 +00:00
parent e7180f5928
commit e2699e3d58

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RNAmodR.ML
_pkgver=1.18.0
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=1.18.0
pkgver=1.20.0
pkgrel=1
pkgdesc='Detecting patterns of post-transcriptional modifications using machine learning'
arch=('any')
@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('31d979b16641c96cbc8188196d1ce698a4291c6d3296259d28fc05c4119697f5')
sha256sums=('b0d8fa1e0d796896b29c8064cacd1fc64dde031e96d304207babe526303fec81')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"