summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-28 01:22:23 +0000
committerBioArchLinuxBot2023-04-28 01:22:23 +0000
commita2f2aeb9aad81c935ded873d973adc3588abbfa0 (patch)
treee15a8761cb169718f7caa34f47d93a095f78ea99
parent1a86b5aa3affc75c9b4db18fb6f58f63e12600c2 (diff)
downloadaur-a2f2aeb9aad81c935ded873d973adc3588abbfa0.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0284ad6c9e8a..742164e6fdf5 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.37.0
+ pkgver = 1.38.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.37.0.tar.gz
- sha256sums = 23124c8bb4e8a993f756d039ab29efd434c42ab088f48ea1ac82d9d2aaeb61b1
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/breastCancerVDX_1.38.0.tar.gz
+ sha256sums = 84fd78ba3d271849312e128e290fa3396e152140905b2aefd865af9c6f614320
pkgname = r-breastcancervdx
diff --git a/PKGBUILD b/PKGBUILD
index 995c8827d901..e415b34aa828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=breastCancerVDX
-_pkgver=1.37.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.37.0
+pkgver=1.38.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=('23124c8bb4e8a993f756d039ab29efd434c42ab088f48ea1ac82d9d2aaeb61b1')
+sha256sums=('84fd78ba3d271849312e128e290fa3396e152140905b2aefd865af9c6f614320')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"