r-extdist: auto updated to 0.7.2-1

This commit is contained in:
BioArchLinuxBot 2023-08-21 12:04:27 +00:00
parent efcb04d01c
commit eaa9e8cc68

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ExtDist
_pkgver=0.7-1
_pkgver=0.7-2
pkgname=r-${_pkgname,,}
pkgver=0.7.1
pkgrel=2
pkgver=0.7.2
pkgrel=1
pkgdesc='Extending the Range of Functions for Probability Distributions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('f80079786d01e01d7b1a546653730c6e895dd7330a98b66d7ab1b5f453eb7128')
sha256sums=('d5e95a029cfa1288c3451dffff8222f21e77d77a128c29967cdd0a7db4ac2a73')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"