r-splines2: auto updated to 0.5.3-1

This commit is contained in:
BioArchLinuxBot 2024-07-08 12:03:04 +00:00
parent 9322d262b4
commit 6a045068ef

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=splines2 _pkgname=splines2
_pkgver=0.5.2 _pkgver=0.5.3
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.5.2 pkgver=0.5.3
pkgrel=1 pkgrel=1
pkgdesc='Regression Spline Functions and Classes' pkgdesc='Regression Spline Functions and Classes'
arch=('x86_64') arch=('x86_64')
@ -21,7 +21,7 @@ optdepends=(
r-tinytest r-tinytest
) )
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=('0be5949301d90d1c983878115097d162e866ed5aafb4ba88b5f86291d62972f3') sha256sums=('c27e7bd12d615095f765f4c1ed3cb9e39b922653aabbe88c4ca3ac31e6a01ddc')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"