mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-multcomp: auto updated to 1.4.19-1
This commit is contained in:
parent
34d1e63a19
commit
2d30743668
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=multcomp
|
||||
_pkgver=1.4-18
|
||||
_pkgver=1.4-19
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.4.18
|
||||
pkgrel=2
|
||||
pkgver=1.4.19
|
||||
pkgrel=1
|
||||
pkgdesc='Simultaneous Inference in General Parametric Models'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -31,7 +31,7 @@ optdepends=(
|
|||
r-xtable
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('107a5e65cfff158b271d7386240dc8672d8cf45313f016e0ed83767faf7c2806')
|
||||
sha256sums=('f03473b1cfbc714cd85a0ee948e2ecdb23bcdccbe95e27237ee25e9c71e3e557')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue