mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rnamodr.ml: auto updated to 1.20.0-1
This commit is contained in:
parent
e7180f5928
commit
e2699e3d58
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue