mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dgof: auto updated to 1.4-1
This commit is contained in:
parent
c615ebb492
commit
443ed13dad
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=dgof
|
||||
_pkgver=1.2
|
||||
_pkgver=1.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2
|
||||
pkgrel=4
|
||||
pkgver=1.4
|
||||
pkgrel=1
|
||||
pkgdesc='Discrete Goodness-of-Fit Tests'
|
||||
arch=('x86_64')
|
||||
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=('714bcf89ee11c9c7147b7aa5009d60b5625de8eac3168a66011d8611e258160b')
|
||||
sha256sums=('d56165658bb97dce2be7a309baada24fce3facef67853b17b663ab23fc7a6f5d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue