summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-21 00:24:52 +0000
committerBioArchLinuxBot2023-01-21 00:24:52 +0000
commit9588dd3062270e8f46c1062766e17f168e6c23fa (patch)
tree065f2ed2bec13b24817d69b68ffa20c9c7c2d2b5 /PKGBUILD
parent9a7b9710e771bc4da7586b59c8cbc68ec3e068f2 (diff)
downloadaur-9588dd3062270e8f46c1062766e17f168e6c23fa.tar.gz
[lilac] updated to 1.14.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08f6ab52c788..8b30d5bc3c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=graper
-_pkgver=1.14.1
+_pkgver=1.14.2
pkgname=r-${_pkgname,,}
-pkgver=1.14.1
+pkgver=1.14.2
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=('590654995cab81cc18bf26a9e20faf9313cd46168f5fb85f81cae0e79f9140fa')
+sha256sums=('289f98548af9dee3e887c10a92682ef6355625c0745d46923b432b53baad497e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"