r-cobs: auto updated to 1.3.9-1

This commit is contained in:
BioArchLinuxBot 2024-12-19 18:07:00 +00:00
parent 8605d74801
commit d75a29eddb

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cobs
_pkgver=1.3-8
_pkgver=1.3-9
pkgname=r-${_pkgname,,}
pkgver=1.3.8
pkgrel=2
pkgver=1.3.9
pkgrel=1
pkgdesc='Constrained B-Splines (Sparse Matrix Based)'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -18,7 +18,7 @@ optdepends=(
r-matrix
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2c2049c7cb868a2e4e1a530fe7218fac56e6157ef64ad57b91c5bb457dbc9821')
sha256sums=('2fdb34452b8fc39a49e6303f7f1e7ef7fcafceb849e6be05b5bf2a8c1ab7f9b3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"