mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-weibullness: auto updated to 1.23.8-1
This commit is contained in:
parent
b24ebf61d1
commit
c5b16556a1
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=weibullness
|
||||
_pkgver=1.22.12
|
||||
_pkgver=1.23.8
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.22.12
|
||||
pkgrel=2
|
||||
pkgver=1.23.8
|
||||
pkgrel=1
|
||||
pkgdesc='Goodness-of-Fit Test for Weibull Distribution (Weibullness)'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9dff63268234fdd4d0b9dfdcdae10fe058a298bfcd98086fb9a7b7456f8b7af6')
|
||||
sha256sums=('a4900ba049ac0e575f4e634ea0464e011c93cb4138970bff058120f9eb4c381e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue