summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-01 18:17:39 +0000
committerBioArchLinuxBot2023-12-01 18:17:39 +0000
commit0a8e96fa7430816bfc1789e4ac58081317a4bdb6 (patch)
tree5c2bb9d3942a08ef947c8cef88893f7b2e039cee /PKGBUILD
parentd0cb1ddeb7a1ca3f876b2a751c79e0d3d0571f11 (diff)
downloadaur-0a8e96fa7430816bfc1789e4ac58081317a4bdb6.tar.gz
[lilac] updated to 0.9.12.4.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13a9f6d6c6d0..bc8e71f42734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=BayesFactor
-_pkgver=0.9.12-4.5
+_pkgver=0.9.12-4.6
pkgname=r-${_pkgname,,}
-pkgver=0.9.12.4.5
-pkgrel=3
+pkgver=0.9.12.4.6
+pkgrel=1
pkgdesc='Computation of Bayes Factors for Common Designs'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -33,7 +33,7 @@ optdepends=(
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b0a61f78cedb0bdb87903848f7196c952c75fb39610dc5a5d697abcf3ea66c81')
+sha256sums=('fd5f6e092a37d5edd1801b023628b114abf1d3510c49177844b1a35aaa1175db')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"