summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 18:57:49 +0000
committerBioArchLinuxBot2023-10-25 18:57:49 +0000
commitc90033252aca0e7485be003f430c63f704c9de8f (patch)
tree0390d11bbd05fd2498e6f0652c0a0c4adb1ceae9
parenta2f2aeb9aad81c935ded873d973adc3588abbfa0 (diff)
downloadaur-c90033252aca0e7485be003f430c63f704c9de8f.tar.gz
[lilac] updated to 1.39.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 742164e6fdf5..c57575141f67 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.38.0
+ pkgver = 1.39.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.38.0.tar.gz
- sha256sums = 84fd78ba3d271849312e128e290fa3396e152140905b2aefd865af9c6f614320
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/breastCancerVDX_1.39.0.tar.gz
+ sha256sums = 4dcac0080b4cb3207664a38684856861c6d8c17e176e63c3407a8f6fafdcdc6c
pkgname = r-breastcancervdx
diff --git a/PKGBUILD b/PKGBUILD
index e415b34aa828..611f011dbf9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=breastCancerVDX
-_pkgver=1.38.0
+_pkgver=1.39.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.39.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=('84fd78ba3d271849312e128e290fa3396e152140905b2aefd865af9c6f614320')
+sha256sums=('4dcac0080b4cb3207664a38684856861c6d8c17e176e63c3407a8f6fafdcdc6c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"