diff --git a/BioArchLinux/r-ellipse/PKGBUILD b/BioArchLinux/r-ellipse/PKGBUILD index c6697161ca..e0ef54aad4 100644 --- a/BioArchLinux/r-ellipse/PKGBUILD +++ b/BioArchLinux/r-ellipse/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Guoyi Zhang _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}"