mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mixtools: auto updated to 2.0.0.1-1
This commit is contained in:
parent
face3e0176
commit
9bd395c433
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=mixtools
|
||||
_pkgver=2.0.0
|
||||
_pkgver=2.0.0.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.0
|
||||
pkgrel=3
|
||||
pkgver=2.0.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Analyzing Finite Mixture Models'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ depends=(
|
|||
r-segmented
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('854e7482230b9a5dde61bab191b78e06aa8f9b0cdfe3c03e046afa133b317e0d')
|
||||
sha256sums=('9aa341d85e418d481105da267f92a3def4504f7c143583617770c5d6aa8c97c1')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue