r-ellipse: auto updated to 0.5.0-1

This commit is contained in:
BioArchLinuxBot 2023-07-21 00:01:14 +00:00
parent bbcd617ea9
commit 81a324ea83

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ellipse
_pkgver=0.4.5
_pkgver=0.5.0
pkgname=r-${_pkgname,,}
pkgver=0.4.5
pkgrel=2
pkgver=0.5.0
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=('39c475851380deeb9361464f8f32fa2ee250f24604791c00680a54aaaaba8936')
sha256sums=('cde8553973ce2cc04324318b3df13890d585987171fedfe2efbf1430f82cc2f3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"