summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 06:33:13 +0000
committerBioArchLinuxBot2024-05-03 06:33:13 +0000
commit00d96fdc418d2996c20eb362948ac420a0142d65 (patch)
tree2f3bff4b321769d9aa628a65d649e391718f05b3 /PKGBUILD
parentde6036c4a4763bea400e83a85447434ca322fdc9 (diff)
downloadaur-r-rnamodr.ml.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6c6a99cfb17..41d1ea15f022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RNAmodR.ML
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.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=('b901fe7481a5080662886b51dd4015ac381ed96cf4b8ff8cd8bd5e8abe47a16d')
+sha256sums=('31d979b16641c96cbc8188196d1ce698a4291c6d3296259d28fc05c4119697f5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"