summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 09:25:19 +0000
committerBioArchLinuxBot2024-05-03 09:25:19 +0000
commitfa11b0f986e366f8db51eecc9d5f7f80379225c4 (patch)
treecd336d1bb95626888c7af926e16a62960b043695
parent004797aff16400919837ccbde1e614bb61c546e0 (diff)
downloadaur-r-amaretto.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8342ef6174..4084ccb41d67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-amaretto
pkgdesc = Regulatory Network Inference and Driver Gene Evaluation using Integrative Multi-Omics Analysis and Penalized Regression
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/AMARETTO
arch = any
@@ -33,7 +33,7 @@ pkgbase = r-amaretto
optdepends = r-knitr
optdepends = r-mass
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/AMARETTO_1.18.0.tar.gz
- sha256sums = 3a9d4f819cd2157e480d46aa397edef2bd513c24f355a8196ca58ba9b4880cc0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AMARETTO_1.20.0.tar.gz
+ sha256sums = cef68799c986721c81ec6473b4bfe8a1018dc51c868e1b0779532a1c3a007c58
pkgname = r-amaretto
diff --git a/PKGBUILD b/PKGBUILD
index 9eef5ae2ac69..af2cd7ec5061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AMARETTO
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Regulatory Network Inference and Driver Gene Evaluation using Integrative Multi-Omics Analysis and Penalized Regression'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3a9d4f819cd2157e480d46aa397edef2bd513c24f355a8196ca58ba9b4880cc0')
+sha256sums=('cef68799c986721c81ec6473b4bfe8a1018dc51c868e1b0779532a1c3a007c58')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"