r-paradox: auto updated to 0.9.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-10 21:50:28 +00:00
parent c79a0a43df
commit 10a84180a5

View file

@ -3,7 +3,7 @@
_pkgname=paradox
_pkgver=0.9.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=0.9.0
pkgrel=1
pkgdesc='Define and Work with Parameter Spaces for Complex Algorithms'
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('bc418584f40ed4d08ed71207268e16488de0b5fad7d235877c74ba01522af83b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"