r-semplot: auto updated to 1.1.5-1

This commit is contained in:
BioArchLinuxBot 2022-05-28 13:43:16 +00:00
parent 296cbd6591
commit a01c59cd44

View file

@ -3,7 +3,7 @@
_pkgname=semPlot _pkgname=semPlot
_pkgver=1.1.5 _pkgver=1.1.5
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.} pkgver=1.1.5
pkgrel=1 pkgrel=1
pkgdesc="Path Diagrams and Visual Analysis of Various SEM Packages' Output" pkgdesc="Path Diagrams and Visual Analysis of Various SEM Packages' Output"
arch=('any') arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-mplusautomation r-mplusautomation
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a') sha256sums=('6cd39e6f80cf9e5c5045e7f8f2e888ea1b0355e084909b1b1c1ddac4b04ffb34')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"