mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-hdinterval: auto updated to 0.2.4-1
This commit is contained in:
parent
93017c53f8
commit
7d0c51641a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=HDInterval
|
||||
_pkgver=0.2.2
|
||||
_pkgver=0.2.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.2
|
||||
pkgrel=7
|
||||
pkgver=0.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='Highest (Posterior) Density Intervals'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ optdepends=(
|
|||
r-coda
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('047eeb08c3dba21dc1cba8e35e3191cde6cdc98c77ee3a3496e045f7937565ed')
|
||||
sha256sums=('bb07f0edd660a02ed18e578c2798eb8c2db0e181a5e0c3e23db182d13e9494f6')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue