summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-22 18:13:04 +0000
committerBioArchLinuxBot2023-03-22 18:13:04 +0000
commitfa424c6f7b42a3ab6edf512c332784f516452c43 (patch)
tree26b65ac167ab805418ce7e05af25da0f50a75093
parent54501035691d97cdea491e4041aceab465c3bece (diff)
downloadaur-fa424c6f7b42a3ab6edf512c332784f516452c43.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abbc42039f3c..fb3f75c69b3c 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.13.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/AMARETTO
arch = any
@@ -32,7 +32,7 @@ pkgbase = r-amaretto
optdepends = r-knitr
optdepends = r-mass
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/AMARETTO_1.13.0.tar.gz
- sha256sums = b644791f05a1bb48fe61f86c0042d7efbf3a6da76abe5e76e2df13389c2e86a3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AMARETTO_1.14.0.tar.gz
+ sha256sums = e9bb3fa569b977fd5ad27240b289139e2030c7facb8aa20b9fd38523092b471a
pkgname = r-amaretto
diff --git a/PKGBUILD b/PKGBUILD
index 79eb95832c53..2ab4e35638ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AMARETTO
-_pkgver=1.13.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.13.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Regulatory Network Inference and Driver Gene Evaluation using Integrative Multi-Omics Analysis and Penalized Regression'
arch=('any')
@@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b644791f05a1bb48fe61f86c0042d7efbf3a6da76abe5e76e2df13389c2e86a3')
+sha256sums=('e9bb3fa569b977fd5ad27240b289139e2030c7facb8aa20b9fd38523092b471a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"