summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 21:17:58 +0000
committerBioArchLinuxBot2024-05-01 21:17:58 +0000
commitda6fe99df1b63687c95e5192cbcdf935878b3269 (patch)
treef30fc1555be26fbd0c54d17c1eb49b50562c8e28 /PKGBUILD
parent775113010187f82baae7e9a52a4ded1bc9e32aad (diff)
downloadaur-r-rlassocox.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcb217a68299..d3b04e7122c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RLassoCox
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='A reweighted Lasso-Cox by integrating gene interaction information'
arch=('any')
@@ -18,7 +18,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9034bff68c6e8d2d576902731fe97d04a12158a795860c1edc6a0d10d610493e')
+sha256sums=('833c810fed25991e4313065be995c8a3909d71406b784cb6612740ad6d07fc93')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"