[lilac] updated to 0.9.7-10

This commit is contained in:
BioArchLinuxBot 2022-11-26 12:06:54 +00:00
parent e4051c7edb
commit 0411503060
2 changed files with 10 additions and 2 deletions

View file

@ -1,12 +1,16 @@
pkgbase = r-permute
pkgdesc = Functions for Generating Restricted Permutations of Data
pkgver = 0.9.7
pkgrel = 4
pkgrel = 10
url = https://cran.r-project.org/package=permute
arch = any
license = GPL
depends = r
optdepends = r-bookdown
optdepends = r-knitr
optdepends = r-parallel
optdepends = r-rmarkdown
optdepends = r-sessioninfo
optdepends = r-testthat
optdepends = r-vegan
source = https://cran.r-project.org/src/contrib/permute_0.9-7.tar.gz

View file

@ -4,7 +4,7 @@ _pkgname=permute
_pkgver=0.9-7
pkgname=r-${_pkgname,,}
pkgver=0.9.7
pkgrel=4
pkgrel=10
pkgdesc='Functions for Generating Restricted Permutations of Data'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -13,7 +13,11 @@ depends=(
r
)
optdepends=(
r-bookdown
r-knitr
r-parallel
r-rmarkdown
r-sessioninfo
r-testthat
r-vegan
)