r-cobs: auto updated to 1.3.5-1

This commit is contained in:
BioArchLinuxBot 2022-05-30 12:01:46 +00:00
parent 95a911bb5f
commit 90fd539b46

View file

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