summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-24 18:03:58 +0000
committerBioArchLinuxBot2024-01-24 18:03:58 +0000
commitd4b00bfa9a7db0a6d9639177b0cac88dee1182a9 (patch)
tree6a8a24b76fcc3937f3d9ecbc41f1fb577a5b7fc2 /PKGBUILD
parent0a8e96fa7430816bfc1789e4ac58081317a4bdb6 (diff)
downloadaur-r-bayesfactor.tar.gz
[lilac] updated to 0.9.12.4.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc8e71f42734..d0c1607c0777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=BayesFactor
-_pkgver=0.9.12-4.6
+_pkgver=0.9.12-4.7
pkgname=r-${_pkgname,,}
-pkgver=0.9.12.4.6
+pkgver=0.9.12.4.7
pkgrel=1
pkgdesc='Computation of Bayes Factors for Common Designs'
arch=('x86_64')
@@ -33,7 +33,7 @@ optdepends=(
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fd5f6e092a37d5edd1801b023628b114abf1d3510c49177844b1a35aaa1175db')
+sha256sums=('f92720697f8dbda248c7977873d582dc802522851647d563c5bcb1cada4e377d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"