r-clinfun: auto updated to 1.1.4-1

This commit is contained in:
BioArchLinuxBot 2023-10-13 00:24:14 +00:00
parent 2b8cdc24fe
commit 00b8e9c836

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=clinfun _pkgname=clinfun
_pkgver=1.1.3 _pkgver=1.1.4
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.1.3 pkgver=1.1.4
pkgrel=1 pkgrel=1
pkgdesc='Clinical Trial Design and Data Analysis Functions' pkgdesc='Clinical Trial Design and Data Analysis Functions'
arch=('x86_64') arch=('x86_64')
@ -20,7 +20,7 @@ makedepends=(
gcc-fortran gcc-fortran
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b58162e0eb64187f8218b8468c99dfb4316c9a5f0da96763189d45a8b1df5bfb') sha256sums=('80093e3bb5344303a6c195607fce6cf564c5c912e313f23c77ec96b6e9fa51dc')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"