mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ellipse: auto updated to 0.4.3-1
This commit is contained in:
parent
bd79e18522
commit
6abbc34855
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=ellipse
|
_pkgname=ellipse
|
||||||
_pkgver=0.4.2
|
_pkgver=0.4.3
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.4.2
|
pkgver=0.4.3
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Functions for Drawing Ellipses and Ellipse-Like Confidence Regions'
|
pkgdesc='Functions for Drawing Ellipses and Ellipse-Like Confidence Regions'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -16,7 +16,7 @@ optdepends=(
|
||||||
r-mass
|
r-mass
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('1719ce9a00b9ac4d56dbf961803085b892d3359726fda3567bb989ddfed9a5f2')
|
sha256sums=('02ef2b11c3462a8b800332e522183f4c7c40c7d2d66c5174d5f3f6d8cc68a946')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue