summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:36:13 +0000
committerBioArchLinuxBot2024-05-01 20:36:13 +0000
commita55f9e981dddac91a3f4607d2789e0e2f47cc473 (patch)
tree2b402b07c852d30c956905c01270177acffd94cb /PKGBUILD
parent3e27e161516d3091abf72107246b87b3ebb0f5e6 (diff)
downloadaur-r-graper.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 975b2e773cca..e1ce8a35fe1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=graper
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Adaptive penalization in high-dimensional regression and classification with external covariates using variational Bayes'
arch=('x86_64')
@@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('eb08791f3163d93ecfd2a3663c6324b5f0f140849afd4a258469c7535d2b193e')
+sha256sums=('91474a34e77766fbbdae549fad6f6c94afde148fba76b65eecebf73936db9fc1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"