r-pmcmrplus: auto updated to 1.9.12-1

This commit is contained in:
BioArchLinuxBot 2024-09-08 12:02:41 +00:00
parent a241be6dd5
commit b49c2d40d9

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PMCMRplus
_pkgver=1.9.10
_pkgver=1.9.12
pkgname=r-${_pkgname,,}
pkgver=1.9.10
pkgrel=2
pkgver=1.9.12
pkgrel=1
pkgdesc='Calculate Pairwise Multiple Comparisons of Mean Rank Sums Extended'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -37,7 +37,7 @@ makedepends=(
gcc-fortran
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d883f897fa26a0bca0ba464dac7b360c6adee2c7867097e91fc7588030ed1f70')
sha256sums=('5ec1a1bce07802bb41907a0599b4b759e9afde2a24564e9d3b2bee93e7e595b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"