summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 02:18:05 +0000
committerBioArchLinuxBot2023-10-27 02:18:05 +0000
commit80d5046897ae33faeff84a94f8e4ff978899fd1e (patch)
tree06868c1426e128702b50ec164a0eb74c760ec36f
parentc90033252aca0e7485be003f430c63f704c9de8f (diff)
downloadaur-80d5046897ae33faeff84a94f8e4ff978899fd1e.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c57575141f67..8c328f191350 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.39.0
+ pkgver = 1.40.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.39.0.tar.gz
- sha256sums = 4dcac0080b4cb3207664a38684856861c6d8c17e176e63c3407a8f6fafdcdc6c
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/breastCancerVDX_1.40.0.tar.gz
+ sha256sums = c03d04aa3e347b6153f0f68cc38218a4f8a93957386ce43b03596b3028fe288b
pkgname = r-breastcancervdx
diff --git a/PKGBUILD b/PKGBUILD
index 611f011dbf9d..1fefe07f733a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=breastCancerVDX
-_pkgver=1.39.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.39.0
+pkgver=1.40.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=('4dcac0080b4cb3207664a38684856861c6d8c17e176e63c3407a8f6fafdcdc6c')
+sha256sums=('c03d04aa3e347b6153f0f68cc38218a4f8a93957386ce43b03596b3028fe288b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"