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

This commit is contained in:
BioArchLinuxBot 2022-05-03 05:19:16 +00:00
parent cc612716b4
commit e3bd74a193

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RNAmodR.ML
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.10.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=('517813d4f7b10c67238fe1806f5a9b19ac0ab3d4c3cea523a0bf9940665decb7')
sha256sums=('43a647ca2705430bca1030a58b5ec162fec462eb160f06c70a019ab1c70e799d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"