summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 01:18:27 +0000
committerBioArchLinuxBot2022-11-03 01:18:27 +0000
commitcaf4c42e610306ec1e0897e34e1dd3886ef19d98 (patch)
tree0b3942472c481bca6dab7966e7706666505781a8
parent2499f07fe93f40bbdf846e3d50b33e8932672af6 (diff)
downloadaur-caf4c42e610306ec1e0897e34e1dd3886ef19d98.tar.gz
[lilac] updated to 2.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 bac9449946f3..1c75ed69cc74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rcellminer
pkgdesc = rcellminer: Molecular Profiles, Drug Response, and Chemical Structures for the NCI-60 Cell Lines
- pkgver = 2.18.0
+ pkgver = 2.20.0
pkgrel = 1
url = https://bioconductor.org/packages/rcellminer
arch = any
@@ -25,7 +25,7 @@ pkgbase = r-rcellminer
optdepends = r-rmarkdown
optdepends = r-sqldf
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/rcellminer_2.18.0.tar.gz
- sha256sums = 0b2bb81d5d5feceef2c1f7951a77d7ee006dd5f6e94d06a891254472288df26a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/rcellminer_2.20.0.tar.gz
+ sha256sums = 51561933ac3e5b46841734a89ad12a5520772d7cf18ec877fdf7479032f6dd0a
pkgname = r-rcellminer
diff --git a/PKGBUILD b/PKGBUILD
index 07a688db9834..a2d7a3a5689e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rcellminer
-_pkgver=2.18.0
+_pkgver=2.20.0
pkgname=r-${_pkgname,,}
-pkgver=2.18.0
+pkgver=2.20.0
pkgrel=1
pkgdesc='rcellminer: Molecular Profiles, Drug Response, and Chemical Structures for the NCI-60 Cell Lines'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0b2bb81d5d5feceef2c1f7951a77d7ee006dd5f6e94d06a891254472288df26a')
+sha256sums=('51561933ac3e5b46841734a89ad12a5520772d7cf18ec877fdf7479032f6dd0a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"