diff options
author | BioArchLinuxBot | 2022-11-02 21:58:44 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-02 21:58:44 +0000 |
commit | 459eb103d6740943acc64546bbd7b9b4449be8c1 (patch) | |
tree | cc5013a14c6b767e313b4c76d1ea0f10baba1390 | |
parent | 57940f39c06445c40da99a9717566512c9854746 (diff) | |
download | aur-459eb103d6740943acc64546bbd7b9b4449be8c1.tar.gz |
[lilac] updated to 1.10.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |