summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-21 00:24:52 +0000
committerBioArchLinuxBot2023-01-21 00:24:52 +0000
commit9588dd3062270e8f46c1062766e17f168e6c23fa (patch)
tree065f2ed2bec13b24817d69b68ffa20c9c7c2d2b5
parent9a7b9710e771bc4da7586b59c8cbc68ec3e068f2 (diff)
downloadaur-9588dd3062270e8f46c1062766e17f168e6c23fa.tar.gz
[lilac] updated to 1.14.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d9308327e5d..60b04d2acbf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-graper
pkgdesc = Adaptive penalization in high-dimensional regression and classification with external covariates using variational Bayes
- pkgver = 1.14.1
+ pkgver = 1.14.2
pkgrel = 1
url = https://bioconductor.org/packages/graper
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = r-graper
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/graper_1.14.1.tar.gz
- sha256sums = 590654995cab81cc18bf26a9e20faf9313cd46168f5fb85f81cae0e79f9140fa
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/graper_1.14.2.tar.gz
+ sha256sums = 289f98548af9dee3e887c10a92682ef6355625c0745d46923b432b53baad497e
pkgname = r-graper
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}"