r-moments: auto updated to 0.14.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-02 16:01:43 +00:00
parent ea037ee37f
commit 7f35ae3bfa

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=moments
_pkgver=0.14
_pkgver=0.14.1
pkgname=r-${_pkgname,,}
pkgver=0.14
pkgrel=2
pkgver=0.14.1
pkgrel=1
pkgdesc='Moments, cumulants, skewness, kurtosis and related tests'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2a3b81e60dafdd092d2bdd3513d7038855ca7d113dc71df1229f7518382a3e39')
sha256sums=('2ed2b84802da132ae0cf826a65de5bfa85042b82e086be844002fe1ce270d864')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"