mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-paradox: auto updated to 0.11.1-1
This commit is contained in:
parent
c14221af0b
commit
167b34c299
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=paradox
|
||||
_pkgver=0.11.0
|
||||
_pkgver=0.11.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.11.0
|
||||
pkgrel=3
|
||||
pkgver=0.11.1
|
||||
pkgrel=1
|
||||
pkgdesc='Define and Work with Parameter Spaces for Complex Algorithms'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('ddb75382b90a1f033350e012bc9d11901766f94d57ecf28ff6d0230a1636620f')
|
||||
sha256sums=('0d8efdf69c006ebb85fd0284cdc946a4190ea0b5e21f0d59713647e60151ff45')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue