summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-20 18:01:47 +0000
committerBioArchLinuxBot2023-06-20 18:01:47 +0000
commit29b9b196169da447e2f1402e588dd00bf627b454 (patch)
tree2172517938596e5bdd25b2ea34fce5924364a05a /PKGBUILD
parentaf92bb56c7b51553262063e21972bdaab8e656d5 (diff)
downloadaur-r-multcomp.tar.gz
[lilac] updated to 1.4.25-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02e49e209550..a7c617d83f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=multcomp
-_pkgver=1.4-24
+_pkgver=1.4-25
pkgname=r-${_pkgname,,}
-pkgver=1.4.24
+pkgver=1.4.25
pkgrel=1
pkgdesc='Simultaneous Inference in General Parametric Models'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7e64ed3013620772f802863704f9530eabdf62c1a9df936c3e42636d344fb411')
+sha256sums=('9dfa7821a699e7b6fc99f2b8bf6bc5fecf6e3d83ece814882b5c8ed8faffd282')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"