r-interp: auto updated to 1.1.2-1

This commit is contained in:
BioArchLinuxBot 2022-05-29 08:03:14 +00:00
parent 343d52ab7a
commit 6a1733ff78

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=interp _pkgname=interp
_pkgver=1.0-33 _pkgver=1.1-2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.0.33 pkgver=1.1.2
pkgrel=2 pkgrel=1
pkgdesc='Interpolation Methods' pkgdesc='Interpolation Methods'
arch=('x86_64') arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
@ -22,7 +22,7 @@ optdepends=(
r-sp r-sp
) )
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=('661f927115fea3a5d4e67d5fff469ca9c0bf45ce718edf4a25423dbaf7f9be84') sha256sums=('1900cfb84897ad427cd37a0cb2a4d4e99457ce4f6690a5fde7a86f35b73eb2d7')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"