summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-05 00:07:29 +0000
committerBioArchLinuxBot2023-07-05 00:07:29 +0000
commit9392c6c837336bd23b7d824ad73345c993f68f76 (patch)
tree5a29812d240443f20ba32e1aecb76a9a64e5900a /PKGBUILD
parent8c5c88386ba9e81aaf010a48075ce6f1a772754e (diff)
downloadaur-9392c6c837336bd23b7d824ad73345c993f68f76.tar.gz
[lilac] updated to 1.1.34-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e8277f3f3e4..93091f2703f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
_pkgname=lme4
-_pkgver=1.1-33
+_pkgver=1.1-34
pkgname=r-${_pkgname,,}
-pkgver=1.1.33
+pkgver=1.1.34
pkgrel=1
pkgdesc="Linear Mixed-Effects Models using 'Eigen' and S4"
arch=('x86_64')
@@ -41,7 +41,7 @@ optdepends=(
r-tibble
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d956a5ed7cbcc016114a836bad89acf6cdafcd0f82a7d85e3805ced936b40910')
+sha256sums=('e872e150d2b3da8898915ce2d5a39bdf4bbd496ed937693c206dd4d2f2ec6aad')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"