summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 00:57:48 +0000
committerBioArchLinuxBot2023-04-27 00:57:48 +0000
commit1a86b5aa3affc75c9b4db18fb6f58f63e12600c2 (patch)
tree4540d8d0f7755a54cf68122350800a9fac3339dc
parente8947d39387f99092a3413edf7d56603f61fb3a0 (diff)
downloadaur-1a86b5aa3affc75c9b4db18fb6f58f63e12600c2.tar.gz
[lilac] updated to 1.37.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4028dc62d34..0284ad6c9e8a 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.36.0
+ pkgver = 1.37.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.36.0.tar.gz
- sha256sums = fd1b4720d71960b3a80cdeff5fcbc35cfff16c5896690687094fcfa11f22604e
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/breastCancerVDX_1.37.0.tar.gz
+ sha256sums = 23124c8bb4e8a993f756d039ab29efd434c42ab088f48ea1ac82d9d2aaeb61b1
pkgname = r-breastcancervdx
diff --git a/PKGBUILD b/PKGBUILD
index 0c122b382a47..995c8827d901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=breastCancerVDX
-_pkgver=1.36.0
+_pkgver=1.37.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.37.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=('fd1b4720d71960b3a80cdeff5fcbc35cfff16c5896690687094fcfa11f22604e')
+sha256sums=('23124c8bb4e8a993f756d039ab29efd434c42ab088f48ea1ac82d9d2aaeb61b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"