summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:15:09 +0000
committerBioArchLinuxBot2023-04-27 03:15:09 +0000
commit45bce72ecb72753222ae643d679da9c866aa6f16 (patch)
tree208c4b72e91ad8a3c4147e21123722699984c041
parent9588dd3062270e8f46c1062766e17f168e6c23fa (diff)
downloadaur-45bce72ecb72753222ae643d679da9c866aa6f16.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60b04d2acbf9..4d67fbd309dd 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.2
+ pkgver = 1.16.0
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.2.tar.gz
- sha256sums = 289f98548af9dee3e887c10a92682ef6355625c0745d46923b432b53baad497e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/graper_1.16.0.tar.gz
+ sha256sums = 6db9438c40b2dc70eb8f804160ea58c0483676a46e59b231b2bcc33f5d38b920
pkgname = r-graper
diff --git a/PKGBUILD b/PKGBUILD
index 8b30d5bc3c9e..790113a7642b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=graper
-_pkgver=1.14.2
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.2
+pkgver=1.16.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=('289f98548af9dee3e887c10a92682ef6355625c0745d46923b432b53baad497e')
+sha256sums=('6db9438c40b2dc70eb8f804160ea58c0483676a46e59b231b2bcc33f5d38b920')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"