r-gld: auto updated to 2.6.6-1

This commit is contained in:
BioArchLinuxBot 2022-10-23 18:01:04 +00:00
parent 432ea51844
commit e35646d1f3

View file

@ -3,10 +3,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com # Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=gld _pkgname=gld
_pkgver=2.6.5 _pkgver=2.6.6
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.6.5 pkgver=2.6.6
pkgrel=4 pkgrel=1
pkgdesc='Estimation and Use of the Generalised (Tukey) Lambda Distribution' pkgdesc='Estimation and Use of the Generalised (Tukey) Lambda Distribution'
arch=('x86_64') arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
@ -17,7 +17,7 @@ depends=(
r-lmom r-lmom
) )
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=('8294f7c033147aa9b559b152ec9d46d380234527d1ab03adbe46b80d5da68ee9') sha256sums=('ea23e9781207b5d47ed04e4d5758d9652cab5d1eedcf9fbc9c2ee4d3babffdc4')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"