r-heplots: auto updated to 1.4.2-1

This commit is contained in:
BioArchLinuxBot 2022-11-01 09:38:23 +00:00
parent 98c33c1c5b
commit 969f8e7433

View file

@ -1,10 +1,10 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=heplots
_pkgver=1.3-9
_pkgver=1.4-2
pkgname=r-${_pkgname,,}
pkgver=1.3.9
pkgrel=6
pkgver=1.4.2
pkgrel=1
pkgdesc='Visualizing Hypothesis Tests in Multivariate Linear Models'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -27,7 +27,7 @@ optdepends=(
r-rgl
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9d19b3941d8239c2d78b2a898c350faac5b42632fa8421450778df1c1ef29225')
sha256sums=('5d48d3971939fd54c756abffb90c913933d7531ae9ba9d4eeecc8f3e043fd3ce')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"