summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:58:44 +0000
committerBioArchLinuxBot2022-11-02 21:58:44 +0000
commit459eb103d6740943acc64546bbd7b9b4449be8c1 (patch)
treecc5013a14c6b767e313b4c76d1ea0f10baba1390
parent57940f39c06445c40da99a9717566512c9854746 (diff)
downloadaur-459eb103d6740943acc64546bbd7b9b4449be8c1.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a42edadcc22..7f250ef9ad40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cernanetsim
pkgdesc = Regulation Simulator of Interaction between miRNA and Competing RNAs (ceRNA)
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/ceRNAnetsim
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-cernanetsim
optdepends = r-png
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ceRNAnetsim_1.8.0.tar.gz
- sha256sums = 8ec8e90a6a2647731d047cce7b12423656d11d072d60f4c042e1164ab5b287ae
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ceRNAnetsim_1.10.0.tar.gz
+ sha256sums = 27131f2fd113f9179c0e5a816636ef2bd4346d7e765f7b20fecb4a1d15b219de
pkgname = r-cernanetsim
diff --git a/PKGBUILD b/PKGBUILD
index fa9caa49f1d7..10ef328d5513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ceRNAnetsim
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Regulation Simulator of Interaction between miRNA and Competing RNAs (ceRNA)'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8ec8e90a6a2647731d047cce7b12423656d11d072d60f4c042e1164ab5b287ae')
+sha256sums=('27131f2fd113f9179c0e5a816636ef2bd4346d7e765f7b20fecb4a1d15b219de')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"