summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-12 16:39:01 +0000
committerBioArchLinuxBot2022-11-12 16:39:01 +0000
commit54501035691d97cdea491e4041aceab465c3bece (patch)
treeac4c80a7ece938bf1206bcd206ad1becafbb3c1d
parentafd6a7c0310fcb73600c78309ae4ffff5086532a (diff)
downloadaur-54501035691d97cdea491e4041aceab465c3bece.tar.gz
[lilac] updated to 1.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b55d93bd9608..abbc42039f3c 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.12.0
+ pkgver = 1.13.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.12.0.tar.gz
- sha256sums = bd32789a54abfb240f4204976ce7dbfc15063713a964af278b20a4b452982d84
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AMARETTO_1.13.0.tar.gz
+ sha256sums = b644791f05a1bb48fe61f86c0042d7efbf3a6da76abe5e76e2df13389c2e86a3
pkgname = r-amaretto
diff --git a/PKGBUILD b/PKGBUILD
index 6caa8ad08256..79eb95832c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AMARETTO
-_pkgver=1.12.0
+_pkgver=1.13.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.13.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=('bd32789a54abfb240f4204976ce7dbfc15063713a964af278b20a4b452982d84')
+sha256sums=('b644791f05a1bb48fe61f86c0042d7efbf3a6da76abe5e76e2df13389c2e86a3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"