r-ellipse: auto updated to 0.4.3-1

This commit is contained in:
BioArchLinuxBot 2022-06-01 00:01:28 +00:00
parent bd79e18522
commit 6abbc34855

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ellipse
_pkgver=0.4.2
_pkgver=0.4.3
pkgname=r-${_pkgname,,}
pkgver=0.4.2
pkgrel=4
pkgver=0.4.3
pkgrel=1
pkgdesc='Functions for Drawing Ellipses and Ellipse-Like Confidence Regions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -16,7 +16,7 @@ optdepends=(
r-mass
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('1719ce9a00b9ac4d56dbf961803085b892d3359726fda3567bb989ddfed9a5f2')
sha256sums=('02ef2b11c3462a8b800332e522183f4c7c40c7d2d66c5174d5f3f6d8cc68a946')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"