summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 05:58:01 +0000
committerBioArchLinuxBot2023-04-27 05:58:01 +0000
commit40d5849919592b5d54cd509e4a836a6c15f9ec78 (patch)
tree3f086e174eb4a5ac06df5e332a05c413e345ce0e
parent79aa8741d11fb24eb19fa287da81d4792dc3cf08 (diff)
downloadaur-40d5849919592b5d54cd509e4a836a6c15f9ec78.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ee20bba5155..8c732a3b4f5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-stroma4
pkgdesc = Assign Properties to TNBC Patients
- pkgver = 1.22.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://bioconductor.org/packages/STROMA4
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-stroma4
depends = r-biocparallel
depends = r-matrixstats
optdepends = r-breastcancermainz
- source = https://bioconductor.org/packages/release/bioc/src/contrib/STROMA4_1.22.0.tar.gz
- sha256sums = a38c34e1a5bdef553d176ca831b918948c8393bf0c6a3082f3f25f4e3c95de33
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/STROMA4_1.24.0.tar.gz
+ sha256sums = 2e19d4875c44509eac6aa6273789b12431522e2b84e29a10740e4dc6667f7ff4
pkgname = r-stroma4
diff --git a/PKGBUILD b/PKGBUILD
index 6de7edafa44b..e07fc856583c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=STROMA4
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Assign Properties to TNBC Patients'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-breastcancermainz
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a38c34e1a5bdef553d176ca831b918948c8393bf0c6a3082f3f25f4e3c95de33')
+sha256sums=('2e19d4875c44509eac6aa6273789b12431522e2b84e29a10740e4dc6667f7ff4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"