summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:41:10 +0000
committerBioArchLinuxBot2022-11-04 00:41:10 +0000
commite8947d39387f99092a3413edf7d56603f61fb3a0 (patch)
tree3cb90f616706b15af5db91d43bd5eb3a298d1f74
parent0cdab7a6d575e7208f560aa192050acc0e014388 (diff)
downloadaur-e8947d39387f99092a3413edf7d56603f61fb3a0.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d766e9b4340f..a4028dc62d34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-breastcancervdx
pkgdesc = Gene expression datasets published by Wang et al. [2005] and Minn et al. [2007] (VDX).
- pkgver = 1.35.0
+ pkgver = 1.36.0
pkgrel = 1
url = https://bioconductor.org/packages/breastCancerVDX
arch = any
@@ -9,7 +9,7 @@ pkgbase = r-breastcancervdx
optdepends = r-biobase
optdepends = r-genefu
optdepends = r-survcomp
- source = https://bioconductor.org/packages/release/data/experiment/src/contrib/breastCancerVDX_1.35.0.tar.gz
- sha256sums = 98a228b8477b18e82e3cd8d6bfdd1dfb6c36b90a89e6b1af2e379a0b194143be
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/breastCancerVDX_1.36.0.tar.gz
+ sha256sums = fd1b4720d71960b3a80cdeff5fcbc35cfff16c5896690687094fcfa11f22604e
pkgname = r-breastcancervdx
diff --git a/PKGBUILD b/PKGBUILD
index 88551e63ec70..0c122b382a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=breastCancerVDX
-_pkgver=1.35.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.35.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='Gene expression datasets published by Wang et al. [2005] and Minn et al. [2007] (VDX).'
arch=('any')
@@ -18,7 +18,7 @@ optdepends=(
r-survcomp
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('98a228b8477b18e82e3cd8d6bfdd1dfb6c36b90a89e6b1af2e379a0b194143be')
+sha256sums=('fd1b4720d71960b3a80cdeff5fcbc35cfff16c5896690687094fcfa11f22604e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"