mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-distributional: auto updated to 0.5.0-1
This commit is contained in:
parent
ccc3402cbb
commit
ce1257336e
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=distributional
|
||||
_pkgver=0.4.0
|
||||
_pkgver=0.5.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.0
|
||||
pkgrel=2
|
||||
pkgver=0.5.0
|
||||
pkgrel=1
|
||||
pkgdesc='Vectorised Probability Distributions'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -29,7 +29,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('09b5f3279bed4c79575f75d5f7f5e3e593c7838434a78c89f0b7184e8f20e602')
|
||||
sha256sums=('345cde8a5479b4783a7bee47196b360303901a03e2e72e36ca4c5e49df2e71ac')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue